let log know when a test finished properly, so that an unexpected termination (segfault, divbyzero, etc) is easier to tell apart from test fail
authorsheepluva
Tue, 21 Jan 2014 01:38:06 +0100
changeset 10031 9353632dc661
parent 10030 f40fdc566e94
child 10032 db65298717da
let log know when a test finished properly, so that an unexpected termination (segfault, divbyzero, etc) is easier to tell apart from test fail
hedgewars/uScript.pas
--- a/hedgewars/uScript.pas	Tue Jan 21 01:27:25 2014 +0100
+++ b/hedgewars/uScript.pas	Tue Jan 21 01:38:06 2014 +0100
@@ -1998,6 +1998,7 @@
         end
     else
         begin
+        WriteLnToConsole('Lua test finished');
         halt(lua_tointeger(L, 1));
         lc_endluatest:= 0;
         end;