diff options
author | Martin Stransky <stransky@redhat.com> | 2020-12-16 19:32:47 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-12-16 19:32:47 +0100 |
commit | 100e09ad23f3a51c81fbc2524112a0537a8349fa (patch) | |
tree | 5f5c582ad8ea08bc55a987f31c81540ad3f6f8fa /run-tests-wayland | |
parent | Release up (diff) | |
download | librewolf-fedora-ff-100e09ad23f3a51c81fbc2524112a0537a8349fa.tar.gz librewolf-fedora-ff-100e09ad23f3a51c81fbc2524112a0537a8349fa.tar.bz2 librewolf-fedora-ff-100e09ad23f3a51c81fbc2524112a0537a8349fa.zip |
Run xpcshell tests sequentially
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 c3833fa..36d874d 100755 --- a/run-tests-wayland +++ b/run-tests-wayland @@ -36,8 +36,8 @@ if [ $OFFSCREEN_TESTING -ne 0 ] ; then done fi -./mach xpcshell-test 2>&1 | cat - | tee $TEST_DIR/xpcshell -./mach xpcshell-test --enable-webrender 2>&1 | cat - | tee $TEST_DIR/xpcshell-wr +./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 # Basic render testing export TEST_PARAMS="" |