aboutsummaryrefslogtreecommitdiff
path: root/scripts/test_linux/crashpad-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test_linux/crashpad-test.sh')
-rwxr-xr-xscripts/test_linux/crashpad-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_linux/crashpad-test.sh b/scripts/test_linux/crashpad-test.sh
index bd08cefc5..fb9282178 100755
--- a/scripts/test_linux/crashpad-test.sh
+++ b/scripts/test_linux/crashpad-test.sh
@@ -86,6 +86,7 @@ echo ""
# zenserver runs in the foreground until SIGINT/SIGTERM. Launch in background
# so we can poll its health endpoint and inspect child processes.
"$ZENSERVER_BINARY" \
+ --enable-execution-history=false \
--port="$PORT" \
--data-dir="$DATA_DIR" \
> "$STDOUT_FILE" 2>&1 &