mirror of
https://github.com/containers/skopeo.git
synced 2025-09-15 22:39:41 +00:00
hack/test-integration.sh: Shellcheck fixes
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
@@ -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"}
|
||||
|
Reference in New Issue
Block a user