From 2aab7fd6e5577df0fdaf0c474700169b6d41a035 Mon Sep 17 00:00:00 2001 From: James Ball Date: Sat, 10 Feb 2024 12:48:29 +0000 Subject: [PATCH] Debug windows --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index fb441fe5..c59ce084 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -42,7 +42,7 @@ if [ "$OS" = "win" ]; then echo "Running the test" ls # Run the test using the .exe file - ./"$PLUGIN.exe" + ./osci-render-test.exe fi cd "$ROOT"