diff options
Diffstat (limited to 'run-tests-wayland')
-rwxr-xr-x | run-tests-wayland | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests-wayland b/run-tests-wayland index eb42785..d1b7cdb 100755 --- a/run-tests-wayland +++ b/run-tests-wayland @@ -70,8 +70,8 @@ if [ $OFFSCREEN_TESTING -ne 0 ] ; then fi if [ $RUN_XPCSHELL_TEST -ne 0 ] ; then - ./mach xpcshell-test --sequential 2>&1 | cat - | tee $TEST_DIR/xpcshell - ./mach xpcshell-test --sequential --enable-webrender 2>&1 | cat - | tee $TEST_DIR/xpcshell-wr + ./mach xpcshell-test 2>&1 | cat - | tee $TEST_DIR/xpcshell + ./mach xpcshell-test --enable-webrender 2>&1 | cat - | tee $TEST_DIR/xpcshell-wr fi # Basic render testing |