diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-27 20:56:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 20:56:17 +0200 |
commit | 956caf303a80105845b8e94b7018416abc59a474 (patch) | |
tree | e4e787beafc2a82c601cd84710f95a097c001a5b /contrib/cirrus/integration_test.sh | |
parent | bf92ec523494859301e6337539bc0d97e232b80a (diff) | |
parent | 9fad55c87f0ae6d2d01c77d8c67c5883ccbdbfde (diff) | |
download | podman-956caf303a80105845b8e94b7018416abc59a474.tar.gz podman-956caf303a80105845b8e94b7018416abc59a474.tar.bz2 podman-956caf303a80105845b8e94b7018416abc59a474.zip |
Merge pull request #7070 from edsantiago/ci_fixes
CI - various fixes
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh index 33e9fbc6b..692d5a236 100755 --- a/contrib/cirrus/integration_test.sh +++ b/contrib/cirrus/integration_test.sh @@ -16,7 +16,7 @@ fi # but pr2947 intends to add 'system'. TESTSUITE=$(expr $(basename $0) : '\(.*\)_test') if [[ -z $TESTSUITE ]]; then - die 1 "Script name is not of the form xxxx_test.sh" + die 1 "Script name ($basename $0) is not of the form xxxx_test.sh" fi cd "$GOSRC" |