From db600b7fb6e74807a272c20fd9922aecb94dc96b Mon Sep 17 00:00:00 2001 From: ell <77150506+ellraiser@users.noreply.github.com> Date: Fri, 6 Oct 2023 00:08:39 +0100 Subject: [PATCH] output to src --- .github/workflows/main.yml | 2 +- .gitignore | 4 +++- testing/classes/TestSuite.lua | 8 ++++--- testing/output/readme.md | 2 ++ testing/readme.md | 11 +++++----- testing/todo.md | 39 +++++++++++++++++------------------ 6 files changed, 36 insertions(+), 30 deletions(-) create mode 100644 testing/output/readme.md diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee0121242..787bf5b4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -234,7 +234,7 @@ jobs: name: love-macos path: love-macos.zip - name: Run All Tests - run: love-macos/love.app testing --runAllTests + run: love-macos/love.app/Contents/MacOS/love testing --runAllTests - name: Test Report uses: dorny/test-reporter@v1 with: diff --git a/.gitignore b/.gitignore index a8b316a2d..5bc5b9401 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,6 @@ stamp-h1 /src/love /src/tags .vs/ -.vscode/ \ No newline at end of file +.vscode/ +/testing/output/*.xml +/testing/output/*.html diff --git a/testing/classes/TestSuite.lua b/testing/classes/TestSuite.lua index 9552b5aee..012947771 100644 --- a/testing/classes/TestSuite.lua +++ b/testing/classes/TestSuite.lua @@ -144,9 +144,11 @@ TestSuite = { '