summaryrefslogtreecommitdiff
path: root/test/sconsign
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-08-07 17:44:12 +0000
committerSteven Knight <knight@baldmt.com>2005-08-07 17:44:12 +0000
commite533041b779711bb840eb5b7121bd8f9509830f3 (patch)
treef2b455cbb2383ef36c88cd1a6e1aa7bc0b954b20 /test/sconsign
parent1b74d9072cf0effc88f957be06b198891d0bcd35 (diff)
downloadscons-e533041b779711bb840eb5b7121bd8f9509830f3.tar.gz
Win32 portability.
Diffstat (limited to 'test/sconsign')
-rw-r--r--test/sconsign/script.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/sconsign/script.py b/test/sconsign/script.py
index 8d2d6a66..624c18bd 100644
--- a/test/sconsign/script.py
+++ b/test/sconsign/script.py
@@ -123,9 +123,9 @@ hello.obj: \S+ None \d+ \d+
test.run_sconsign(arguments = "--raw work1/sub1/.sconsign",
stdout = """\
-hello.exe: {'bsig': '\S+', 'size': \d+, 'timestamp': \d+}
+hello.exe: {'bsig': '\S+', 'size': \d+L?, 'timestamp': \d+}
hello.obj: \S+
-hello.obj: {'bsig': '\S+', 'size': \d+, 'timestamp': \d+}
+hello.obj: {'bsig': '\S+', 'size': \d+L?, 'timestamp': \d+}
hello.c: \S+
""")
@@ -326,14 +326,14 @@ hello.obj: \S+ None \d+ \d+
test.run_sconsign(arguments = "--raw work2/.sconsign",
stdout = """\
=== sub1:
-hello.exe: {'bsig': '\S+', 'size': \d+, 'timestamp': \d+}
+hello.exe: {'bsig': '\S+', 'size': \d+L?, 'timestamp': \d+}
hello.obj: \S+
-hello.obj: {'bsig': '\S+', 'size': \d+, 'timestamp': \d+}
+hello.obj: {'bsig': '\S+', 'size': \d+L?, 'timestamp': \d+}
hello.c: \S+
=== sub2:
-hello.exe: {'bsig': '\S+', 'size': \d+, 'timestamp': \d+}
+hello.exe: {'bsig': '\S+', 'size': \d+L?, 'timestamp': \d+}
hello.obj: \S+
-hello.obj: {'bsig': '\S+', 'size': \d+, 'timestamp': \d+}
+hello.obj: {'bsig': '\S+', 'size': \d+L?, 'timestamp': \d+}
hello.c: \S+
inc1.h: \S+
inc2.h: \S+