Skip to content

Commit

Permalink
Minor: Fix NATIVE_GOARCH command for test
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Evich <cevich@redhat.com>
  • Loading branch information
cevich committed Jun 27, 2022
1 parent 49d3227 commit b23f06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-push/test/testbin-build-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source $TEST_SOURCE_DIRPATH/testlib.sh || exit 1
SUBJ_FILEPATH="$TEST_DIR/$SUBJ_FILENAME"
TEST_CONTEXT="$TEST_SOURCE_DIRPATH/test_context"
EMPTY_CONTEXT=$(mktemp -d -p '' .tmp_$(basename ${BASH_SOURCE[0]})_XXXX)
export NATIVE_GOARCH=$($RUNTIME info --format='{{.host.arch}}')
export NATIVE_GOARCH=$(buildah info --format='{{.host.arch}}')

test_cmd "Verify error when automation library not found" \
2 'ERROR: Expecting \$AUTOMATION_LIB_PATH' \
Expand Down

0 comments on commit b23f06d

Please sign in to comment.