From 68ce253ca289030922581b10a34094750c34d729 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Fri, 27 Sep 2024 09:33:01 -0400 Subject: added exit api function --- test/run_tests.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test/run_tests.lua') diff --git a/test/run_tests.lua b/test/run_tests.lua index 6c54157..39749d3 100644 --- a/test/run_tests.lua +++ b/test/run_tests.lua @@ -15,6 +15,7 @@ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ]] +-- TODO: Add API method for asserting command output equals some string print("Starting Lunar Shell End-to-End Testing...\n") print("Entering Debug Mode...") lush.debug(true) -- cgit v1.2.3-59-g8ed1b