From 89b6ae4da602c35e4d98b986fe98251e826e59c4 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 27 Mar 2023 19:11:49 +0200 Subject: [PATCH] display the runner logs as they go for debugging --- testdata/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testdata/run.sh b/testdata/run.sh index 0ec1b5f..d2aef31 100755 --- a/testdata/run.sh +++ b/testdata/run.sh @@ -30,7 +30,8 @@ function wait_success() { if check_status "$forgejo" "$repo" "$sha"; then break fi - sleep 5 + tail $FORGEJO_RUNNER_LOGS + sleep 10 done if ! test "$(check_status "$forgejo" "$repo" "$sha")" = "success" ; then cat $FORGEJO_RUNNER_LOGS