Changeset 797

Show
Ignore:
Timestamp:
07/07/07 20:26:50 (1 year ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/qa/run-tests.py

    r796 r797  
    315315 
    316316            if tpause > 0.0: 
    317                 print "Sleeping %2.2f seconds..\r" % (tpause), 
    318                 sys.stdout.flush() 
     317                if not quiet: 
     318                    print "Sleeping %2.2f seconds..\r" % (tpause), 
     319                    sys.stdout.flush() 
    319320                time.sleep (tpause) 
    320321