summaryrefslogtreecommitdiffstats
path: root/test/Libs/SharedLibrary-update-deps.py
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2013-11-02 12:41:02 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2013-11-02 12:41:02 (GMT)
commit7b7cded8d2946209e2802b34564cc4ec6428884b (patch)
treed2aca13218fdfd22a9f934ff1f959265d8c71d7b /test/Libs/SharedLibrary-update-deps.py
parente38f59cab5d40f09f15c5e65645aa2d8af165c66 (diff)
downloadSCons-7b7cded8d2946209e2802b34564cc4ec6428884b.zip
SCons-7b7cded8d2946209e2802b34564cc4ec6428884b.tar.gz
SCons-7b7cded8d2946209e2802b34564cc4ec6428884b.tar.bz2
Fix tests for previous commit (bug 2903) on Windows.
Diffstat (limited to 'test/Libs/SharedLibrary-update-deps.py')
-rw-r--r--test/Libs/SharedLibrary-update-deps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Libs/SharedLibrary-update-deps.py b/test/Libs/SharedLibrary-update-deps.py
index e8ec2ab..5394bc7 100644
--- a/test/Libs/SharedLibrary-update-deps.py
+++ b/test/Libs/SharedLibrary-update-deps.py
@@ -58,7 +58,7 @@ else:
test.run(arguments=['libname=foo', extraflags])
test.must_not_contain_any_line(test.stdout(), ["is up to date"])
-test.run(arguments=['libname=foo', extraflags])
+test.run(arguments=['libname=foo', extraflags, '--debug=explain'])
test.must_contain_all_lines(test.stdout(), ["is up to date"])
test.pass_test()