diff options
| author | 2024-09-27 09:33:01 -0400 | |
|---|---|---|
| committer | 2024-09-27 09:33:01 -0400 | |
| commit | 68ce253ca289030922581b10a34094750c34d729 (patch) | |
| tree | 24a8d2a158794a0e42b5a154d3cf595188bd7227 /test/run_tests.lua | |
| parent | fixed chaining execution attempting to execute operator (diff) | |
added exit api function
Diffstat (limited to 'test/run_tests.lua')
| -rw-r--r-- | test/run_tests.lua | 1 |
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) |
