diff options
author | Steven Knight <knight@baldmt.com> | 2009-01-29 15:07:32 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-01-29 15:07:32 (GMT) |
commit | f2124c8cac9879ed1631ebafdbd85fd4b5a307a0 (patch) | |
tree | fb8db1cd1b4ddbd11c2d9282be3ef5702ebe6821 /test/Configure/cache-not-ok.py | |
parent | 5d502b93b7554b0b16d9ca70bb1a7a74ac012a89 (diff) | |
download | SCons-f2124c8cac9879ed1631ebafdbd85fd4b5a307a0.zip SCons-f2124c8cac9879ed1631ebafdbd85fd4b5a307a0.tar.gz SCons-f2124c8cac9879ed1631ebafdbd85fd4b5a307a0.tar.bz2 |
Fix use of $CHANGED_SOURCES with the --config=force option so that
.sconsign build state stays consistent.
Diffstat (limited to 'test/Configure/cache-not-ok.py')
-rw-r--r-- | test/Configure/cache-not-ok.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Configure/cache-not-ok.py b/test/Configure/cache-not-ok.py index 339c464..48524c2 100644 --- a/test/Configure/cache-not-ok.py +++ b/test/Configure/cache-not-ok.py @@ -79,7 +79,7 @@ test.checkLogAndStdout(["Checking for C header file no_std_c_header.h... ", # Same should be true for the default behavior of Decider('content'). -test.run(arguments='--config=force target_signatures_content=1') +test.run(arguments='target_signatures_content=1 --config=force') test.checkLogAndStdout(["Checking for C header file no_std_c_header.h... ", "Checking for C library no_c_library_SAFFDG... "], ["no"]*2, |