We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95a442 commit eaf6538Copy full SHA for eaf6538
integration-tests/ignores-scripts-when-making-patch/ignores-scripts-when-making-patch.sh
@@ -14,5 +14,10 @@ echo "END SNAPSHOT"
14
(>&2 echo "END SNAPSHOT")
15
16
echo "SNAPSHOT: a patch file got produced"
17
+[ ! -f patches/naughty-package+1.0.0.patch ] && {
18
+ echo "ERROR: file not found: patches/naughty-package+1.0.0.patch"
19
+ echo "ls patches/:"
20
+ ls patches/
21
+}
22
cat patches/naughty-package+1.0.0.patch
23
echo "END SNAPSHOT"
0 commit comments