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-x11 | |
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-x11')
-rwxr-xr-x | run-tests-x11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests-x11 b/run-tests-x11 index 86c3d2e..8ec51a5 100755 --- a/run-tests-x11 +++ b/run-tests-x11 @@ -13,8 +13,8 @@ ln -s /usr/bin/pk12util objdir/dist/bin/pk12util NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`" -./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="" |