aboutsummaryrefslogtreecommitdiff
path: root/examples/esp32c3/runner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/esp32c3/runner.sh')
-rwxr-xr-xexamples/esp32c3/runner.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/esp32c3/runner.sh b/examples/esp32c3/runner.sh
index 8b61068..3310aca 100755
--- a/examples/esp32c3/runner.sh
+++ b/examples/esp32c3/runner.sh
@@ -26,4 +26,6 @@ sleep 3s
# Kill QEMU nicely by sending 'q' (quit) over tcp
echo q | nc -N 127.0.0.1 55555
-cat "$logfile"
+# Output that will be compared, remove the esp_image segments as they change
+# between runs
+cat "$logfile" | sed 's/esp_image: .*$/esp_image: REDACTED/'