Changeset 948

Show
Ignore:
Timestamp:
11/20/08 08:09:56 (2 months ago)
Author:
sontag
Message:

temporary debug output to help on Solaris

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/gki_psikern_tests.py

    r947 r948  
    139139   # for some reason, on Solaris (at least), some files are dumped to cwd 
    140140   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 
    142142   if sys.platform=='sunos5': 
    143143       time.sleep(1) 
    144144       for f in flistCur: 
     145           os.system("/bin/ls -ld "+f) 
    145146           if not os.path.exists(f): 
    146147               print "This existed then did not: "+f