From da5fa78a78e4fe36ab5f6dacb1e7938cd1bdbe07 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sat, 31 Aug 2002 04:58:09 +0000 Subject: Provide a message if there are no command-line targets specified and no Default() targets. --- test/option--I.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/option--I.py') diff --git a/test/option--I.py b/test/option--I.py index 5acdb598..b315a60f 100644 --- a/test/option--I.py +++ b/test/option--I.py @@ -51,10 +51,11 @@ import bar print bar.variable """) -test.run(arguments = '-I sub1 -I sub2', stdout = "sub1/foo\nsub2/bar\n") +test.run(arguments = '-I sub1 -I sub2 .', + stdout = 'sub1/foo\nsub2/bar\nscons: "." is up to date.\n') -test.run(arguments = '--include-dir=sub2 --include-dir=sub1', - stdout = "sub2/foo\nsub2/bar\n") +test.run(arguments = '--include-dir=sub2 --include-dir=sub1 .', + stdout = 'sub2/foo\nsub2/bar\nscons: "." is up to date.\n') test.pass_test() -- cgit v1.2.1