diff options
Diffstat (limited to 'test/option-n.py')
-rw-r--r-- | test/option-n.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/option-n.py b/test/option-n.py index abb0284..b8dde0f 100644 --- a/test/option-n.py +++ b/test/option-n.py @@ -168,7 +168,8 @@ test.fail_test(os.path.exists(test.workpath('build', 'f4.in'))) # test Configure-calls in conjunction with -n test.subdir('configure') -test.match_func = TestSCons.match_re_dotall +test.match_function = TestSCons.match_re_dotall +test.diff_function = TestSCons.diff_re test.write('configure/SConstruct', """def CustomTest(context): def userAction(target,source,env): |