Skip to content

Commit

Permalink
start gradle from bash
Browse files Browse the repository at this point in the history
windows doesnt have a shell, and even if it did the command is different
  • Loading branch information
RogueLogix committed Mar 7, 2024
1 parent ff40153 commit 7536cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
testConfigFile.write(testConfig)
testConfigFile.close()

subprocess.call(["./gradlew", ":runClient"])
subprocess.call(["bash", "-c", "./gradlew --console=plain :runClient"])
pass

0 comments on commit 7536cd2

Please sign in to comment.