Std output from test-setup should be only the lock pid-file.
- Legacy-Id: 847
This commit is contained in:
parent
6b29c7d804
commit
d7dfca44f1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue