From 3017cf85dedd8de4b5846286a00969ba64a46435 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 22 Apr 2021 03:08:04 +0000 Subject: [PATCH] chore: fix hyde typo --- .github/workflows/main.yaml | 2 +- test.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 51c9493..f7bd9aa 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -107,4 +107,4 @@ jobs: key: ${{ runner.os }}-gocr-${{ hashFiles('./runtime/tests/gocr') }} - name: Hyde run: | - ./test.sh hyde + ./test.sh ocr_hyde diff --git a/test.sh b/test.sh index b5d3cd0..ba57136 100755 --- a/test.sh +++ b/test.sh @@ -208,6 +208,7 @@ main() { for test in "$@"; do if [[ ! " ${tests[*]} " =~ " ${test} " ]]; then printf "Error: %s is not a known test\n" "$test" + return 1 else if "$test"; then printf "%s: Pass\n" "$test"