diff options
author | Martin Stransky <stransky@redhat.com> | 2021-01-11 11:14:03 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-01-11 11:14:03 +0100 |
commit | de6c1ba588110d6e061a343a9d5edf2edef9a9d5 (patch) | |
tree | 1f6e8721fac0f8fda790b3ea99c677ecf1a6b7ee /run-tests-wayland | |
parent | new sources: (diff) | |
download | librewolf-fedora-ff-de6c1ba588110d6e061a343a9d5edf2edef9a9d5.tar.gz librewolf-fedora-ff-de6c1ba588110d6e061a343a9d5edf2edef9a9d5.tar.bz2 librewolf-fedora-ff-de6c1ba588110d6e061a343a9d5edf2edef9a9d5.zip |
Run xpcshell-test in paralell on Wayland
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 |