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 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
bgstack15