From b339c5f98ee864a66b641f1625781c1fdc1a78c7 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Thu, 7 Apr 2016 03:17:08 +0000 Subject: [PATCH] wrong flag --- cross-os-tests/.run | 2 +- urchin | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cross-os-tests/.run b/cross-os-tests/.run index e1ab492..9ce0c0b 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} && DISABLE_CYCLING=true ./urchin --run-in-series tests" + "cd ${urchin_dir} && ./urchin --run-in-series tests" diff --git a/urchin b/urchin index 8268231..eb114b8 100755 --- a/urchin +++ b/urchin @@ -558,9 +558,9 @@ The remaining flags provide information about urchin. Urchin recognizes certain environment variables. TEST_SHELL This is sometimes over-ridden; see -s. -DISABLE_CYCLING Set this to true to have the same effect as -n. - This is helpful if you are calling urchin - inside an urchin test suite. +RUN_IN_SERIES Set this to true to have the same effect as + -b/--run-in-series. This is helpful if you are + calling urchin inside an urchin test suite. Go to https://thomaslevine.com/!/urchin/ for documentation on writing tests. @@ -666,8 +666,8 @@ main() { esac shift done - if "${DISABLE_CYCLING}" 2> /dev/null; then - cycle_shell=false + if "${RUN_IN_SERIES}" 2> /dev/null; then + run_in_series=true fi if $print_in_color; then