Skip to content

Commit c9e27f0

Browse files
committed
Update integration_test.sh
1 parent 7cb29ac commit c9e27f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ else
4444
fi
4545

4646
echo "2. Test knative 'KO_FLAGS' variable is ignored."
47+
# https://github.com/ko-build/ko/issues/1317
4748
RESULT="$(KO_FLAGS="--platform=badvalue" ./ko build --local --platform="linux/$GOARCH" "$GOPATH/src/github.com/google/ko/test" | grep "$FILTER" | xargs -I% docker run %)"
4849
if [[ "$RESULT" != *"Hello there"* ]]; then
4950
echo "Test FAILED. Saw $RESULT" && exit 1

0 commit comments

Comments
 (0)