Make the patch succeed or fail without waiting for operator input

- Legacy-Id: 197
This commit is contained in:
Henrik Levkowetz 2007-05-31 20:47:22 +00:00
parent 1d928f6a64
commit a5099d6776

View file

@ -12,4 +12,4 @@ django=$(python -c "import django; import os.path; print os.path.realpath(django
rsync -Cav $django $build/test/lib/
cd $build/test/lib
patch -p 3 < $build/test/r5106.patch
patch -p 3 -s -t < $build/test/r5106.patch