From 143b9b124767e79f223046a20f4bdc114bb2064d Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Thu, 16 Apr 2009 16:51:22 +0000 Subject: Fix the expected "Dot not know how to make" error message. --- test/Win32/bad-drive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Win32/bad-drive.py b/test/Win32/bad-drive.py index 200ae02..ffa5aad 100644 --- a/test/Win32/bad-drive.py +++ b/test/Win32/bad-drive.py @@ -92,7 +92,7 @@ test.fail_test(test.read('aaa.out') != "aaa.in\n") # becomes an issue or some refactoring restores the old behavior. test.run(arguments = bad_drive + 'not_mentioned', - stderr = "scons: *** Do not know how to make File target `%snot_mentioned'. Stop.\n" % (bad_drive), + stderr = "scons: *** Do not know how to make File target `%snot_mentioned' (%snot_mentioned). Stop.\n" % (bad_drive, bad_drive), status = 2) expect = "scons: *** [%sno_target_1] No drive `%s' for target `%sno_target_1'.\n" % (bad_drive, bad_drive, bad_drive) -- cgit v0.12