From f7ea4979054838303fb843db3d063a18df0ca33c Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Sun, 30 Jun 2019 20:30:16 +0200 Subject: [PATCH] Add bat runner for default test cli app --- fixtures/cli-app/bin/aruba-test-cli.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fixtures/cli-app/bin/aruba-test-cli.bat diff --git a/fixtures/cli-app/bin/aruba-test-cli.bat b/fixtures/cli-app/bin/aruba-test-cli.bat new file mode 100644 index 000000000..a66c9a78a --- /dev/null +++ b/fixtures/cli-app/bin/aruba-test-cli.bat @@ -0,0 +1,6 @@ +@ECHO OFF +IF NOT "%~f0" == "~f0" GOTO :WinNT +@"ruby.exe" "./aruba-test-cli" %1 %2 %3 %4 %5%6 %7 %8 %9 +GOTO :EOF +:WinNT +@"ruby.exe" "%~dpn0" %*