summaryrefslogtreecommitdiff
path: root/allTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'allTests.py')
-rwxr-xr-xallTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/allTests.py b/allTests.py
index 7cdc8cc6de3..86fa290a7a1 100755
--- a/allTests.py
+++ b/allTests.py
@@ -10,8 +10,8 @@
import os, sys, imp
-sys.path.append(os.path.join(os.path.dirname(__file__), "config"))
-import TestUtil
+sys.path.append(os.path.join(os.path.dirname(__file__)))
+from scripts import *
testGroups = []