From 92d40c9ff1465590709006dbd7d475a28751bc82 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Thu, 7 Apr 2016 03:13:42 +0000 Subject: [PATCH] DISABLE_CYCLING --- cross-os-tests/.run | 2 +- urchin | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cross-os-tests/.run b/cross-os-tests/.run index 9ce0c0b..e1ab492 100755 --- a/cross-os-tests/.run +++ b/cross-os-tests/.run @@ -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" diff --git a/urchin b/urchin index 7753b22..8268231 100755 --- a/urchin +++ b/urchin @@ -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=✓