summaryrefslogtreecommitdiff
path: root/run-tests-wayland
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests-wayland')
-rwxr-xr-xrun-tests-wayland4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests-wayland b/run-tests-wayland
index eb5d639..7e69469 100755
--- a/run-tests-wayland
+++ b/run-tests-wayland
@@ -3,10 +3,10 @@
set -x
-RUN_XPCSHELL_TEST=0
+RUN_XPCSHELL_TEST=1
RUN_REFTEST=1
RUN_MOCHITEST=0
-RUN_CRASHTEST=0
+RUN_CRASHTEST=1
while (( "$#" )); do
SELECTED_TEST=$1
bgstack15