diff options
author | Brent Eagles <brent@zeroc.com> | 2006-08-02 19:02:52 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-08-02 19:02:52 +0000 |
commit | 3eea4fe4abd085392f79fd3b4480cc4fa81ebae2 (patch) | |
tree | a07fc48b4ef74bdfe8235b3fb0113811fa8baecb /perf/config/TestUtil.py | |
parent | changing dist name (diff) | |
download | ice-3eea4fe4abd085392f79fd3b4480cc4fa81ebae2.tar.bz2 ice-3eea4fe4abd085392f79fd3b4480cc4fa81ebae2.tar.xz ice-3eea4fe4abd085392f79fd3b4480cc4fa81ebae2.zip |
bringing Windows IceStorm tests online, required some Win32 specific work
to get sufficient resolution for the timers
Diffstat (limited to 'perf/config/TestUtil.py')
-rw-r--r-- | perf/config/TestUtil.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/config/TestUtil.py b/perf/config/TestUtil.py index f1776aaf119..6c1c88a82d9 100644 --- a/perf/config/TestUtil.py +++ b/perf/config/TestUtil.py @@ -424,6 +424,7 @@ class Test : except: print result else: + print result print "invalid" def execute(self, options): |