File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,15 @@ rsync -rv $INCLUDES --exclude="*" \
110110 " $BASEDIR " /core/tests/acceptance/ \
111111 >> /tmp/rsync.log
112112
113+ log_debug " Collecting test results from masterfiles repo..."
114+ # shellcheck disable=SC2086
115+ # > Double quote to prevent globbing and word splitting.
116+ # We want word splitting
117+ rsync -rv $INCLUDES --exclude=" *" \
118+ " $TESTMACHINE_URI$BASEDIR " /masterfiles/tests/acceptance/ \
119+ " $BASEDIR " /masterfiles/tests/acceptance/ \
120+ >> /tmp/rsync.log
121+
113122if [ " $PROJECT " = nova ]; then
114123 log_debug " Collecting test results from enterprise repo..."
115124 # shellcheck disable=SC2086
@@ -119,14 +128,6 @@ if [ "$PROJECT" = nova ]; then
119128 " $TESTMACHINE_URI$BASEDIR " /enterprise/tests/acceptance/ \
120129 " $BASEDIR " /enterprise/tests/acceptance/ \
121130 >> /tmp/rsync.log
122- log_debug " Collecting test results from masterfiles repo..."
123- # shellcheck disable=SC2086
124- # > Double quote to prevent globbing and word splitting.
125- # We want word splitting
126- rsync -rv $INCLUDES --exclude=" *" \
127- " $TESTMACHINE_URI$BASEDIR " /masterfiles/tests/acceptance/ \
128- " $BASEDIR " /masterfiles/tests/acceptance/ \
129- >> /tmp/rsync.log
130131fi
131132
132133if [ $return_code -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments