Skip to content

Commit a5099d6

Browse files
committed
Make the patch succeed or fail without waiting for operator input
- Legacy-Id: 197
1 parent 1d928f6 commit a5099d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/patch-django

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ django=$(python -c "import django; import os.path; print os.path.realpath(django
1212

1313
rsync -Cav $django $build/test/lib/
1414
cd $build/test/lib
15-
patch -p 3 < $build/test/r5106.patch
15+
patch -p 3 -s -t < $build/test/r5106.patch

0 commit comments

Comments
 (0)