Skip to content

Commit d7dfca4

Browse files
committed
Std output from test-setup should be only the lock pid-file.
- Legacy-Id: 847
1 parent 6b29c7d commit d7dfca4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/test-setup

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ say "Setting up a local Django for the test suite"
2525
cd $build
2626

2727
django=$(py_module_path "django")
28-
rsync -av $django $build/test/lib/
28+
rsync -a $django $build/test/lib/ >&2
29+
2930
cd $build/test/lib
3031
for patch in $build/test/*.patch; do
31-
patch -p 3 -t -N < $patch
32+
patch -p 3 -t -N < $patch >&2
3233
done
3334

3435
# Database setup

0 commit comments

Comments
 (0)