Browse Source

Fixed the cleanup name - now it should actually work.

netuttki 10 months ago
parent
commit
2c6160cdb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/testframework.qsrc

+ 1 - 1
test/testframework.qsrc

@@ -160,7 +160,7 @@ if $ARGS[0] = 'saveTestResults':
 	savegame '<<$_TESTSUITE>>-Results-<<$_TESTFILETIME>>.test'
 end
 
-if $ARGS[0] = 'cleanUpDefault':
+if $ARGS[0] = 'testDefaultCleanup':
 	killvar 'ARGUMENTS'
 	killvar 'EXPECTED'
 	killvar 'EXPECTED_MESSAGE'