summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-19 14:08:55 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-19 14:08:55 +0000
commitabb9c665c7b9044d846f5ae20c764cb7d88b3d65 (patch)
tree1e6f404415b4eedfe332694546d1b5e46d2ae915 /cpp
parentfix (diff)
downloadice-abb9c665c7b9044d846f5ae20c764cb7d88b3d65.tar.bz2
ice-abb9c665c7b9044d846f5ae20c764cb7d88b3d65.tar.xz
ice-abb9c665c7b9044d846f5ae20c764cb7d88b3d65.zip
fix
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/allTests.py2
-rwxr-xr-xcpp/test/IceStorm/federation/run.py3
-rwxr-xr-xcpp/test/IceStorm/federation2/run.py3
-rwxr-xr-xcpp/test/IceStorm/single/run.py3
4 files changed, 7 insertions, 4 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index df20220df10..f7277069781 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -43,7 +43,7 @@ def runTests(tests, num = 0):
print
try:
- execfile(os.path.join(dir, "run.py"))
+ os.system(os.path.join(dir, "run.py"))
except SystemExit, (status,):
if status:
if(num > 0):
diff --git a/cpp/test/IceStorm/federation/run.py b/cpp/test/IceStorm/federation/run.py
index 4e5ebdaa498..120710da820 100755
--- a/cpp/test/IceStorm/federation/run.py
+++ b/cpp/test/IceStorm/federation/run.py
@@ -13,7 +13,8 @@
#
# **********************************************************************
-import os, sys, time
+import os, sys
+import time
for toplevel in [".", "..", "../..", "../../..", "../../../.."]:
toplevel = os.path.normpath(toplevel)
diff --git a/cpp/test/IceStorm/federation2/run.py b/cpp/test/IceStorm/federation2/run.py
index 34690ee476f..0d8f087476b 100755
--- a/cpp/test/IceStorm/federation2/run.py
+++ b/cpp/test/IceStorm/federation2/run.py
@@ -13,7 +13,8 @@
#
# **********************************************************************
-import os, sys, time
+import os, sys
+import time
for toplevel in [".", "..", "../..", "../../..", "../../../.."]:
toplevel = os.path.normpath(toplevel)
diff --git a/cpp/test/IceStorm/single/run.py b/cpp/test/IceStorm/single/run.py
index d6bffe5f71e..3a39ce4415a 100755
--- a/cpp/test/IceStorm/single/run.py
+++ b/cpp/test/IceStorm/single/run.py
@@ -13,7 +13,8 @@
#
# **********************************************************************
-import os, sys, time, re
+import os, sys
+import time
for toplevel in [".", "..", "../..", "../../..", "../../../.."]:
toplevel = os.path.normpath(toplevel)