From a5099d6776cdb8bacb0f4ffc55fa21afc7d74a15 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 31 May 2007 20:47:22 +0000 Subject: [PATCH] Make the patch succeed or fail without waiting for operator input - Legacy-Id: 197 --- test/patch-django | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/patch-django b/test/patch-django index ded6c3c15..2e8b2bc72 100755 --- a/test/patch-django +++ b/test/patch-django @@ -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