From f93349f9c7087bd95deb0c538cd83feddbee28ea Mon Sep 17 00:00:00 2001 From: Richard Kistruck Date: Thu, 19 Jul 2007 16:59:57 +0100 Subject: [PATCH] Mps master: test-runner.py: varieties we, hi, di, ci. Copied from Perforce Change: 162947 ServerID: perforce.ravenbrook.com --- mps/tool/test-runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/tool/test-runner.py b/mps/tool/test-runner.py index 197902eb6b7..625f14e9823 100755 --- a/mps/tool/test-runner.py +++ b/mps/tool/test-runner.py @@ -120,7 +120,7 @@ runtestlist([ "awluthe", "mpsicv", "messtest", - ], ["ci", "ce", "hi", "he", "we", "wi", "ti"], testout) + ], ["we", "hi", "di", "ci"], testout) os.system("echo DONE")