feat: change Asia server hostname to tekton-asia.klud.top

This commit is contained in:
2026-07-14 16:07:44 +08:00
parent b01ccf88b0
commit 412dd61ad0
3 changed files with 35 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
END_STRING="======= TESTS END"
PROJECT_PATH="test_suite/"
GODOT_BIN="test_suite/bin/godot.elf"
GODOT_BIN="godot"
OUT=`$GODOT_BIN --headless --debug --path test_suite/ -s res://runner.gd`
RUN=`echo $OUT | grep "$END_STRING"`
RES=`echo $OUT | grep FAILURE`