regression

This commit is contained in:
Craig Dowell
2008-06-18 10:34:05 -07:00
parent e1d52991b6
commit d99df782e9

View File

@@ -723,8 +723,6 @@ class Regression(object):
print "creating new " + refTestDirName
os.mkdir(refTestDirName)
#os.system("./waf --cwd regression/" + refTestDirName +
# " --run " + testName + " > /dev/null 2>&1")
Params.g_options.cwd_launch = refTestDirName
run_program(testName)