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 3373601 commit 86d8e11Copy full SHA for 86d8e11
integration-tests/ignores-scripts-when-making-patch/ignores-scripts-when-making-patch.sh
@@ -14,10 +14,5 @@ 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