aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_tests.lua
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-27 09:33:01 -0400
committerGravatar BanceDev 2024-09-27 09:33:01 -0400
commit68ce253ca289030922581b10a34094750c34d729 (patch)
tree24a8d2a158794a0e42b5a154d3cf595188bd7227 /test/run_tests.lua
parentfixed chaining execution attempting to execute operator (diff)
added exit api function
Diffstat (limited to 'test/run_tests.lua')
-rw-r--r--test/run_tests.lua1
1 files changed, 1 insertions, 0 deletions
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)