summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/option-v.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/option-v.py b/test/option-v.py
index 4adcf5e..a0f7d93 100644
--- a/test/option-v.py
+++ b/test/option-v.py
@@ -33,7 +33,13 @@ test = TestSCons.TestSCons(match = TestCmd.match_re)
test.write('SConstruct', "")
-expect = r"""SCons by Steven Knight et al.:
+if sys.platform == 'win32':
+ expect = r"""SCons by Steven Knight et al.:
+\tengine: v\S+, [^,]*, by \S+ on \S+
+Copyright 2001, 2002 Steven Knight
+"""
+else:
+ expect = r"""SCons by Steven Knight et al.:
\tscript: v\S+, [^,]*, by \S+ on \S+
\tengine: v\S+, [^,]*, by \S+ on \S+
Copyright 2001, 2002 Steven Knight