Changeset 658
- Timestamp:
- Oct 21, 2007 10:10:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/nightlyBuild.py
r657 r658 99 99 # install, then do a new install 100 100 if NBosCommand.newer(install3rdPartyCmd,'NBinstalldone') : 101 os.remove('NBinstalldone') 101 if os.path.isfile('NBinstalldone') : 102 os.remove('NBinstalldone') 102 103 if not os.path.isfile('NBinstalldone') : 103 104 if os.path.isfile(install3rdPartyCmd) :
Note: See TracChangeset
for help on using the changeset viewer.