Skip to content

Commit

Permalink
make test binaries for run-ginkgo-integration-suite by default (#2655)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdn5126 authored Nov 7, 2023
1 parent 876d8a6 commit aa81810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-ginkgo-integration-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
GINKGO_TEST_BUILD="$SCRIPT_DIR/../test/build"
SKIP_MAKE_TEST_BINARIES=1
: "${SKIP_MAKE_TEST_BINARIES:=}"

source "$SCRIPT_DIR"/lib/cluster.sh
source "$SCRIPT_DIR"/lib/canary.sh
Expand Down

0 comments on commit aa81810

Please sign in to comment.