Update ci-automation/test.sh: fix typo.

Co-authored-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Thilo Fromm 2022-02-22 18:13:15 +01:00 committed by GitHub
parent 8157bf0302
commit 3397167b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ function test_run() {
echo "########### All re-runs exhausted ($retries). Giving up. ###########" echo "########### All re-runs exhausted ($retries). Giving up. ###########"
fi fi
# publish TAP files to buold cache # publish TAP files to build cache
copy_to_buildcache "testing/${vernum}/${arch}/${image}" \ copy_to_buildcache "testing/${vernum}/${arch}/${image}" \
"${tests_dir}/"*.tap "${tests_dir}/"*.tap
copy_to_buildcache "testing/${vernum}/${arch}/${image}/debug" \ copy_to_buildcache "testing/${vernum}/${arch}/${image}/debug" \