diff options
author | simonmar <unknown> | 2005-02-04 10:59:56 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-02-04 10:59:56 +0000 |
commit | 52848b670fdf5fe028687587eb2f6bd62d5fac5b (patch) | |
tree | 96c5914d2a0c1c79d4e3d7f6973c5427172ec182 /testsuite/driver/runtests.py | |
parent | 9f2a193465801f3891acaa0cae39e2b24d091513 (diff) | |
download | haskell-52848b670fdf5fe028687587eb2f6bd62d5fac5b.tar.gz |
[project @ 2005-02-04 10:59:55 by simonmar]
Add a timeout to test runs, using a wrapper program (written in
Haskell, using System.Process of course!).
Diffstat (limited to 'testsuite/driver/runtests.py')
-rw-r--r-- | testsuite/driver/runtests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py index f0b2cd58da..f579810d21 100644 --- a/testsuite/driver/runtests.py +++ b/testsuite/driver/runtests.py @@ -60,7 +60,6 @@ for opt,arg in opts: sys.exit(1) config.run_ways = filter(eq(arg), config.run_ways + config.other_ways) config.compile_ways = filter(eq(arg), config.compile_ways + config.other_ways) - # ----------------------------------------------------------------------------- # The main dude |