Skip to content

Commit

Permalink
cleanup some mess we left...
Browse files Browse the repository at this point in the history
  • Loading branch information
schnepe2 committed Jan 16, 2024
1 parent 00686e6 commit 0c01100
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Script/Tests/GeneralApiTest.lua
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -353,6 +349,7 @@ pass()
-- ---------------------------------------------------
-- FINAL RESULT
-- ---------------------------------------------------
os.remove(fname_root) -- cleanup the mess we left...

add_line("=== All tests passed ===")
oapi.exit(0)

0 comments on commit 0c01100

Please sign in to comment.