Skip to content

Commit eaf6538

Browse files
committed
debug test on github: ignores-scripts-when-making-patch
1 parent f95a442 commit eaf6538

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration-tests/ignores-scripts-when-making-patch/ignores-scripts-when-making-patch.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@ echo "END SNAPSHOT"
1414
(>&2 echo "END SNAPSHOT")
1515

1616
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+
}
1722
cat patches/naughty-package+1.0.0.patch
1823
echo "END SNAPSHOT"

0 commit comments

Comments
 (0)