Make the patch succeed or fail without waiting for operator input
- Legacy-Id: 197
This commit is contained in:
parent
1d928f6a64
commit
a5099d6776
|
@ -12,4 +12,4 @@ django=$(python -c "import django; import os.path; print os.path.realpath(django
|
||||||
|
|
||||||
rsync -Cav $django $build/test/lib/
|
rsync -Cav $django $build/test/lib/
|
||||||
cd $build/test/lib
|
cd $build/test/lib
|
||||||
patch -p 3 < $build/test/r5106.patch
|
patch -p 3 -s -t < $build/test/r5106.patch
|
||||||
|
|
Loading…
Reference in a new issue