diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-04-09 23:58:05 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-04-09 23:58:05 (GMT) |
commit | 00509bf85cc7c1fbf7263380e49152ae0dc41430 (patch) | |
tree | c55d3af5c24149de57cca63f50cdb1a5ad0713b2 /test/option | |
parent | d335bfb56e5af75d98ef92d2b5e3f8787ea5e0e5 (diff) | |
download | SCons-00509bf85cc7c1fbf7263380e49152ae0dc41430.zip SCons-00509bf85cc7c1fbf7263380e49152ae0dc41430.tar.gz SCons-00509bf85cc7c1fbf7263380e49152ae0dc41430.tar.bz2 |
Clear sider complaints by avoiding it processing tests SConstruct
Diffstat (limited to 'test/option')
-rw-r--r-- | test/option/fixture/SConstruct__experimental (renamed from test/option/fixture/SConstruct__experimental.py) | 0 | ||||
-rw-r--r-- | test/option/option--experimental.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/option/fixture/SConstruct__experimental.py b/test/option/fixture/SConstruct__experimental index 3641bb0..3641bb0 100644 --- a/test/option/fixture/SConstruct__experimental.py +++ b/test/option/fixture/SConstruct__experimental diff --git a/test/option/option--experimental.py b/test/option/option--experimental.py index 75c7f9b..d8e2875 100644 --- a/test/option/option--experimental.py +++ b/test/option/option--experimental.py @@ -31,7 +31,7 @@ import TestSCons test = TestSCons.TestSCons() -test.file_fixture('fixture/SConstruct__experimental.py', 'SConstruct') +test.file_fixture('fixture/SConstruct__experimental', 'SConstruct') tests = [ ('.', [], 'False'), |