Make the CI test a bit more complex so we actually get some stack traceback

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2024-09-23 22:55:33 +02:00
parent 31d0684912
commit 9de2bbdad4
4 changed files with 17 additions and 7 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
<?
mg.write("Hello, world!\n")
mg.include("does_not_exist.lp", "r")
?>
mg.write("Hello, world 1!\n")
mg.include("broken_lua_2.lp", "r")
?>