mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
TestBan: Clean up properly after completing test (#9994)
This commit is contained in:
parent
87b25e583d
commit
08c0b7696a
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ void TestBan::runTests(IGameDef *gamedef)
|
||||||
|
|
||||||
reinitTestEnv();
|
reinitTestEnv();
|
||||||
TEST(testGetBanDescription);
|
TEST(testGetBanDescription);
|
||||||
|
|
||||||
|
// Delete leftover files
|
||||||
|
reinitTestEnv();
|
||||||
}
|
}
|
||||||
|
|
||||||
// This module is stateful due to disk writes, add helper to remove files
|
// This module is stateful due to disk writes, add helper to remove files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue