[Commits] (markie) Testing from wrong path (could not find
__hardhat__.py)
commits at osafoundation.org
commits at osafoundation.org
Tue Apr 27 11:48:55 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/test-chandler.py 1.3 1.4
Log message:
Testing from wrong path (could not find __hardhat__.py)
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/test-chandler.py.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
Index: osaf/hardhat/buildscripts/test-chandler.py
diff -u osaf/hardhat/buildscripts/test-chandler.py:1.3 osaf/hardhat/buildscripts/test-chandler.py:1.4
--- osaf/hardhat/buildscripts/test-chandler.py:1.3 Tue Apr 27 11:42:47 2004
+++ osaf/hardhat/buildscripts/test-chandler.py Tue Apr 27 11:48:24 2004
@@ -126,8 +126,10 @@
testStr = "-dt"
else:
testStr = "-rt"
-
- print "Testing " + mode
+
+ testDir = os.path.join(modeDir, "chandler")
+ os.chdir(testDir)
+ print "Testing " + mode + " from " + testDir
log.write("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n")
log.write("Testing " + mode + "...\n")
outputList = hardhatutil.executeCommandReturnOutput(
More information about the Commits
mailing list