summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2012-04-07 23:03:57 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2012-04-07 23:03:57 (GMT)
commit3f12a1c631ea102483cdafd8bd45364986fee825 (patch)
treea068e53380c92bfe47afeb39d217c4fe93c68970 /test
parent2c6ff299c6cc72fa9cd65791a1776b64d509c845 (diff)
parentee869fcc10bfd903b37606f45d324d7c5428f67e (diff)
downloadSCons-3f12a1c631ea102483cdafd8bd45364986fee825.zip
SCons-3f12a1c631ea102483cdafd8bd45364986fee825.tar.gz
SCons-3f12a1c631ea102483cdafd8bd45364986fee825.tar.bz2
Merged in garyo/scons (pull request #18)
Diffstat (limited to 'test')
-rw-r--r--test/explain/basic.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/explain/basic.py b/test/explain/basic.py
index bca8436..1f0a16c 100644
--- a/test/explain/basic.py
+++ b/test/explain/basic.py
@@ -305,7 +305,9 @@ scons: rebuilding `file3' because `zzz' is a new dependency
%(_python_)s %(cat_py)s file3 xxx yyy zzz
""" % locals())
+test.set_match_function(TestSCons.match_caseinsensitive)
test.run(chdir='src', arguments=args, stdout=expect)
+test.set_match_function(TestSCons.match_exact)
test.must_match(['src', 'file3'], "xxx 1\nyyy 2\nzzz 2\n")