Skip to content

Commit c87cd2a

Browse files
authored
Temp: remove -nographics
1 parent b9fd189 commit c87cd2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/platforms/ubuntu/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ for platform in ${TEST_PLATFORMS//;/ }; do
211211

212212
xvfb-run -a -e /dev/stdout "$CUSTOM_BUILD_PATH/$BUILD_NAME" \
213213
-batchmode \
214-
-nographics \
214+
#-nographics \
215215
-logFile "$FULL_ARTIFACTS_PATH/$platform-player.log" \
216216
$runTests
217217
#-testResults "$FULL_ARTIFACTS_PATH/$platform-results.xml" \

0 commit comments

Comments
 (0)