From 0efe8eaf133ccf1386df12436d4cca218121280c Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Fri, 16 Jan 2004 13:28:44 +0000 Subject: Win32 portability in test/Program.py. --- test/Program.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Program.py b/test/Program.py index 7c0eb46..91f391e 100644 --- a/test/Program.py +++ b/test/Program.py @@ -334,10 +334,12 @@ file2 = File('file2.c') Program('foo', [file1, [file2, 'file3.c']]) """) +foo_exe = 'foo'+_exe + test.run(status = 2, stderr = """ -scons: *** attempted to add a non-Node as source of foo: +scons: *** attempted to add a non-Node as source of %s: \t['file2.c', 'file3.c'] is a , not a Node File "SConstruct", line 3, in ? -""") +""" % foo_exe) test.pass_test() -- cgit v0.12