Changeset 948
- Timestamp:
- 11/20/08 08:09:56 (2 months ago)
- Files:
-
- trunk/lib/gki_psikern_tests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/gki_psikern_tests.py
r947 r948 139 139 # for some reason, on Solaris (at least), some files are dumped to cwd 140 140 flistCur += glob.glob(os.getcwd()+os.sep+'psk*') 141 # sometimes the tmp files disappear (at least on Solaris)141 # sometimes the tmp files disappear on Solaris 142 142 if sys.platform=='sunos5': 143 143 time.sleep(1) 144 144 for f in flistCur: 145 os.system("/bin/ls -ld "+f) 145 146 if not os.path.exists(f): 146 147 print "This existed then did not: "+f
