We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b29c7d commit d7dfca4Copy full SHA for d7dfca4
1 file changed
test/test-setup
@@ -25,10 +25,11 @@ say "Setting up a local Django for the test suite"
25
cd $build
26
27
django=$(py_module_path "django")
28
-rsync -av $django $build/test/lib/
+rsync -a $django $build/test/lib/ >&2
29
+
30
cd $build/test/lib
31
for patch in $build/test/*.patch; do
- patch -p 3 -t -N < $patch
32
+ patch -p 3 -t -N < $patch >&2
33
done
34
35
# Database setup
0 commit comments