summaryrefslogtreecommitdiff
path: root/test/Removed
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-12-16 08:27:57 -0700
committerMats Wichmann <mats@linux.com>2019-12-16 08:27:57 -0700
commit85b6c3efd79561dd9c9af71217ee8dff8b05c37a (patch)
tree538a9f44e9fce2643a27e0d91828b79d91b3e5b8 /test/Removed
parent81142e5249452a32a6b167709299ec45a92f0717 (diff)
downloadscons-git-85b6c3efd79561dd9c9af71217ee8dff8b05c37a.tar.gz
[PR #3497] skip test for build_dir kwarg
Turns out cannot test for now-unknown build_dir arg because SConscript() doesn't error on such. Skip test for now, leaving a note (and and issue). Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Removed')
-rw-r--r--test/Removed/BuildDir/SConscript-build_dir.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Removed/BuildDir/SConscript-build_dir.py b/test/Removed/BuildDir/SConscript-build_dir.py
index 55be7b1f1..5a8d1cae3 100644
--- a/test/Removed/BuildDir/SConscript-build_dir.py
+++ b/test/Removed/BuildDir/SConscript-build_dir.py
@@ -32,6 +32,9 @@ import TestSCons
test = TestSCons.TestSCons(match = TestSCons.match_exact)
+#TODO: fix #3500 and restore test, or drop entirly
+test.skip_test('SConscript() does not error on unknown kwargs, see Issue #3500, skipping test\n')
+
test.file_fixture('SConstruct.kwarg', 'SConstruct')
test.subdir('src')
test.write(['src', 'SConscript'], """