From 0c011006ffc252f7d6018c4588d69a38db832c19 Mon Sep 17 00:00:00 2001 From: schnepe2 Date: Tue, 16 Jan 2024 22:46:27 +0100 Subject: [PATCH] cleanup some mess we left... --- Script/Tests/GeneralApiTest.lua | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Script/Tests/GeneralApiTest.lua b/Script/Tests/GeneralApiTest.lua index 0a7a82eb3..4398fa100 100644 --- a/Script/Tests/GeneralApiTest.lua +++ b/Script/Tests/GeneralApiTest.lua @@ -1,10 +1,6 @@ -maxline = 20 -nline = 0 -first_line = 0 -linebuf = {} - -function disp_output() -end +-- --------------------------------------------------- +-- General TEST Utils +-- --------------------------------------------------- function add_line(line) oapi.dbg_out(line) @@ -353,6 +349,7 @@ pass() -- --------------------------------------------------- -- FINAL RESULT -- --------------------------------------------------- +os.remove(fname_root) -- cleanup the mess we left... add_line("=== All tests passed ===") oapi.exit(0)