Std output from test-setup should be only the lock pid-file.

- Legacy-Id: 847
This commit is contained in:
Henrik Levkowetz 2007-07-07 17:00:21 +00:00
parent 6b29c7d804
commit d7dfca44f1

View file

@ -25,10 +25,11 @@ say "Setting up a local Django for the test suite"
cd $build
django=$(py_module_path "django")
rsync -av $django $build/test/lib/
rsync -a $django $build/test/lib/ >&2
cd $build/test/lib
for patch in $build/test/*.patch; do
patch -p 3 -t -N < $patch
patch -p 3 -t -N < $patch >&2
done
# Database setup