diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-10-31 19:26:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 19:26:11 +0000 |
commit | bebc98d4eab0ca9164282d9c0770914025751d24 (patch) | |
tree | 01f0912301ba267504666e4d9e21cffe41b51415 /test/run-tests.sh | |
parent | 259c757ccea4c8e223713019ca5ab95788fcf92e (diff) | |
parent | 4667b71811d16169440c320dc490bbe074e4d01b (diff) | |
download | redot-cpp-bebc98d4eab0ca9164282d9c0770914025751d24.tar.gz |
Merge pull request #1 from Redot-Engine/rebrand
Rebrand godot-cpp to redot-cpp
Diffstat (limited to 'test/run-tests.sh')
-rwxr-xr-x | test/run-tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run-tests.sh b/test/run-tests.sh index 728f6d4..d6e4ea3 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -1,11 +1,11 @@ #!/bin/bash -GODOT=${GODOT:-godot} +REDOT=${REDOT:-redot} END_STRING="==== TESTS FINISHED ====" FAILURE_STRING="******** FAILED ********" -OUTPUT=$($GODOT --path project --debug --headless --quit) +OUTPUT=$($REDOT --path project --debug --headless --quit) ERRCODE=$? echo "$OUTPUT" |