diff options
author | Martin Stransky <stransky@redhat.com> | 2021-04-01 11:32:10 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-04-01 11:32:10 +0200 |
commit | bcf00955380cbc49155baaf0e7a40d82e226283a (patch) | |
tree | 5e586613af6322d7e7dac3c168696930b0a2971d /run-tests-wayland | |
parent | Added fix for mozbz#1693472 - Wayland/KDE rendering issues (diff) | |
download | librewolf-fedora-ff-bcf00955380cbc49155baaf0e7a40d82e226283a.tar.gz librewolf-fedora-ff-bcf00955380cbc49155baaf0e7a40d82e226283a.tar.bz2 librewolf-fedora-ff-bcf00955380cbc49155baaf0e7a40d82e226283a.zip |
Run testsuite on Wayland on Fedora 33+, Spec cleanup
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 28a4800..16e47ed 100755 --- a/run-tests-wayland +++ b/run-tests-wayland @@ -28,10 +28,10 @@ elif [ "$SELECTED_TEST" = "moch" ] ; then elif [ "$SELECTED_TEST" = "crash" ] ; then RUN_CRASHTEST=1 else - RUN_XPCSHELL_TEST=0 + RUN_XPCSHELL_TEST=1 RUN_REFTEST=1 RUN_MOCHITEST=0 - RUN_CRASHTEST=0 + RUN_CRASHTEST=1 fi MACH_USE_SYSTEM_PYTHON=1 |