fix: need cleanup
This commit is contained in:
parent
2287317da2
commit
818e9254ad
|
@ -39,7 +39,9 @@ int main(int argc, char **argv) {
|
|||
return -1;
|
||||
}
|
||||
strcpy(tsSnodeAddress, "127.0.0.1");
|
||||
return RUN_ALL_TESTS();
|
||||
int ret = RUN_ALL_TESTS();
|
||||
s3CleanUp();
|
||||
return ret;
|
||||
}
|
||||
|
||||
TEST(testCase, checkpointUpload_Test) {
|
||||
|
|
Loading…
Reference in New Issue