File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function cleanup_lola() {
1212 # Ensure tests are run in a clean state
1313 rm -rf /dev/shm/lola-* 6432*
1414 rm -rf /tmp/mw_com_lola/* /* 6432*
15- rm -rf /tmp/lola-ctl -* 6432* _lock
15+ rm -rf /tmp/lola-* -* 6432* _lock
1616}
1717
1818function create_service_manifest() {
Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ class ProxyWithRealMemFixture : public ::testing::Test
8686 score::filesystem::IStandardFilesystem::instance ().Remove (" /dev/shm/lola-ctl-0000000000052719-00016" );
8787 score::filesystem::IStandardFilesystem::instance ().Remove (" /dev/shm/lola-data-0000000000052719-00016" );
8888 score::filesystem::IStandardFilesystem::instance ().Remove (" /tmp/lola-ctl-0000000000052719-00016_lock" );
89- score::filesystem::IStandardFilesystem::instance ().Remove (kTmpPath );
89+ score::filesystem::IStandardFilesystem::instance ().Remove (" /tmp/lola-data-0000000000052719-00016_lock" );
90+ score::filesystem::IStandardFilesystem::instance ().Remove (" /tmp/mw_com_lola/service_discovery/52719/16" );
9091 score::filesystem::IStandardFilesystem::instance ().Remove (kServiceInstanceUsageMarkerFile );
9192 }
9293
You can’t perform that action at this time.
0 commit comments