This commit is contained in:
Webber Takken
2019-11-27 09:10:17 +01:00
parent a3387dbfcf
commit 4e10fed376

View File

@@ -57,7 +57,7 @@ xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
-batchmode \
-logfile /dev/stdout \
-runTests "$UNITY_PROJECT_PATH" \
-testPlatfrom playmode \
-testPlatform playmode \
-testResults "$UNITY_PROJECT_PATH/test-results.xml"
UNITY_EXIT_CODE=$?