From d5ba2d32707125870bcdec4aa9fc7cc5554cf09c Mon Sep 17 00:00:00 2001 From: Turanszki Janos Date: Sun, 28 Jun 2020 15:34:50 +0100 Subject: [PATCH] fixed test script --- Tests/test_script.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/test_script.lua b/Tests/test_script.lua index 61c303d59..20469e5e2 100644 --- a/Tests/test_script.lua +++ b/Tests/test_script.lua @@ -1,6 +1,6 @@ -- Wicked Engine Test Framework lua script -debugout("Begin script: test_script.lua"); +backlog_post("Begin script: test_script.lua"); -- Load a model: @@ -77,4 +77,4 @@ runProcess(function() end); -debugout("Script complete."); +backlog_post("Script complete.");