Skip to content

Commit

Permalink
Fix DOWNLOAD_ONLY usage in quickchick_test script
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Oct 30, 2023
1 parent bda17b6 commit 0bb118c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/ci/ci-quickchick_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -e
ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"

if [ "$DOWNLOAD_ONLY" ]; then exit 0; fi

( cd "${CI_BUILD_DIR}/quickchick"
make tests
)

0 comments on commit 0bb118c

Please sign in to comment.