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/backupstorefix/testbackupstorefix.cpp

    r1933 r2096  
    602602                // Stop server 
    603603                TEST_THAT(KillServer(pid)); 
    604                 #ifndef WIN32 
     604 
     605                #ifdef WIN32 
     606                        TEST_THAT(unlink("testfiles/bbstored.pid") == 0); 
     607                #else 
    605608                        TestRemoteProcessMemLeaks("bbstored.memleaks"); 
    606609                #endif 
Note: See TracChangeset for help on using the changeset viewer.