supporting no rsync
This commit is contained in:
parent
367ae3f2b1
commit
e58ae17704
5
TODO
5
TODO
@ -144,3 +144,8 @@ Update tests to support
|
|||||||
* epoch
|
* epoch
|
||||||
* Report cycling by default
|
* Report cycling by default
|
||||||
* New format for reporting cycling
|
* New format for reporting cycling
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Support systems without rsync
|
||||||
|
@ -8,6 +8,7 @@ fi
|
|||||||
urchin_dir=.urchin-cross-shell-test
|
urchin_dir=.urchin-cross-shell-test
|
||||||
|
|
||||||
rsync --archive -e "ssh ${flags}" $RSYNC_FLAGS \
|
rsync --archive -e "ssh ${flags}" $RSYNC_FLAGS \
|
||||||
../urchin ../tests "${hostname}":"${urchin_dir}"
|
../urchin ../tests "${hostname}":"${urchin_dir}" ||
|
||||||
|
scp -r ${flags} ../urchin ../tests "${hostname}":"${urchin_dir}"
|
||||||
ssh "${hostname}" ${flags} \
|
ssh "${hostname}" ${flags} \
|
||||||
"cd ${urchin_dir} && ./urchin --run-in-series tests"
|
"cd ${urchin_dir} && ./urchin --run-in-series tests"
|
||||||
|
Loading…
Reference in New Issue
Block a user