From 84ddcaad84fa6eb14f03f01d30923b81947bebc9 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 16 Mar 2025 21:24:28 +0000 Subject: [PATCH] Print logs --- scripts/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/e2e.sh b/scripts/e2e.sh index 993795a9..d361ae34 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -36,6 +36,7 @@ print_failed_log() { # Only consider non-zero exit codes as failures if [ $exit_code -ne 0 ]; then + cat "$(pwd)/logs/log_${i}.log" echo "Process ${pids[$i-1]} failed with exit code $exit_code. Log file: $(pwd)/logs/log_${i}.log" return 0 else