From 3397167b5e90d155cf3f64d00b4d4e40efbf2121 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Tue, 22 Feb 2022 18:13:15 +0100 Subject: [PATCH] Update ci-automation/test.sh: fix typo. Co-authored-by: Jeremi Piotrowski --- ci-automation/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-automation/test.sh b/ci-automation/test.sh index a98430a2cd..9fa520cb0b 100644 --- a/ci-automation/test.sh +++ b/ci-automation/test.sh @@ -176,7 +176,7 @@ function test_run() { echo "########### All re-runs exhausted ($retries). Giving up. ###########" fi - # publish TAP files to buold cache + # publish TAP files to build cache copy_to_buildcache "testing/${vernum}/${arch}/${image}" \ "${tests_dir}/"*.tap copy_to_buildcache "testing/${vernum}/${arch}/${image}/debug" \