hack/test-integration.sh: Shellcheck fixes

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar
2025-07-16 15:40:11 -04:00
parent 0636578e30
commit 3ec5f07881

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -e
echo "cd ./integration;" go test $TESTFLAGS ${BUILDTAGS:+-tags "$BUILDTAGS"}
echo "cd ./integration;" go test "$TESTFLAGS" ${BUILDTAGS:+-tags "$BUILDTAGS"}
cd ./integration
go test $TESTFLAGS ${BUILDTAGS:+-tags "$BUILDTAGS"}
go test "$TESTFLAGS" ${BUILDTAGS:+-tags "$BUILDTAGS"}