diff --git a/integration-tests/ignores-scripts-when-making-patch/ignores-scripts-when-making-patch.sh b/integration-tests/ignores-scripts-when-making-patch/ignores-scripts-when-making-patch.sh index 4f6fe336..7ce697e8 100755 --- a/integration-tests/ignores-scripts-when-making-patch/ignores-scripts-when-making-patch.sh +++ b/integration-tests/ignores-scripts-when-making-patch/ignores-scripts-when-making-patch.sh @@ -14,5 +14,10 @@ echo "END SNAPSHOT" (>&2 echo "END SNAPSHOT") echo "SNAPSHOT: a patch file got produced" +[ ! -f patches/naughty-package+1.0.0.patch ] && { + echo "ERROR: file not found: patches/naughty-package+1.0.0.patch" + echo "ls patches/:" + ls patches/ +} cat patches/naughty-package+1.0.0.patch echo "END SNAPSHOT" \ No newline at end of file