DISABLE_CYCLING

This commit is contained in:
Thomas Levine 2016-04-07 03:13:42 +00:00
parent 24ecd302cd
commit 92d40c9ff1
2 changed files with 4 additions and 1 deletions

View File

@ -10,4 +10,4 @@ urchin_dir=.urchin-cross-shell-test
rsync --archive -e "ssh ${flags}" $RSYNC_FLAGS \
../urchin ../tests "${hostname}":"${urchin_dir}"
ssh "${hostname}" ${flags} \
"cd ${urchin_dir} && ./urchin --run-in-series tests"
"cd ${urchin_dir} && DISABLE_CYCLING=true ./urchin --run-in-series tests"

3
urchin
View File

@ -666,6 +666,9 @@ main() {
esac
shift
done
if "${DISABLE_CYCLING}" 2> /dev/null; then
cycle_shell=false
fi
if $print_in_color; then
success_mark=✓