Ignore:
Timestamp:
01/03/2008 21:32:07 (4 years ago)
Author:
chris
Message:

Delete bbstored PID file after killing the daemon on Windows, as the
daemon can't clean up after itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/test/bbackupd/testbbackupd.cpp

    r2000 r2096  
    462462        TEST_THAT(!ServerIsAlive(bbstored_pid)); 
    463463 
    464         #ifndef WIN32 
     464        #ifdef WIN32 
     465                TEST_THAT(unlink("testfiles/bbstored.pid") == 0); 
     466        #else 
    465467                TestRemoteProcessMemLeaks("bbstored.memleaks"); 
    466468        #endif 
Note: See TracChangeset for help on using the changeset viewer.