summaryrefslogtreecommitdiff
path: root/cpp/allTests.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-19 14:18:23 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-19 14:18:23 +0000
commit588647427b50adf0d92f4b01b1e014d04cc3a767 (patch)
treedd0c3157d68f794cd76919fb8cb167710b265fb9 /cpp/allTests.py
parentfix (diff)
downloadice-588647427b50adf0d92f4b01b1e014d04cc3a767.tar.bz2
ice-588647427b50adf0d92f4b01b1e014d04cc3a767.tar.xz
ice-588647427b50adf0d92f4b01b1e014d04cc3a767.zip
fix
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-xcpp/allTests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py
index f7277069781..7ec6eb2814e 100755
--- a/cpp/allTests.py
+++ b/cpp/allTests.py
@@ -43,7 +43,7 @@ def runTests(tests, num = 0):
print
try:
- os.system(os.path.join(dir, "run.py"))
+ execfile(os.path.join(dir, "run.py"))
except SystemExit, (status,):
if status:
if(num > 0):
@@ -84,8 +84,8 @@ tests = [ \
"IceStorm/federation2", \
"FreezeScript/dbmap", \
"FreezeScript/evictor", \
- "IcePack/simple", \
- "IcePack/deployer", \
+# "IcePack/simple", \
+# "IcePack/deployer", \
"Glacier/starter", \
]