diff --git a/cross-os-tests/.run b/cross-os-tests/.run index cd262bc..12b32aa 100755 --- a/cross-os-tests/.run +++ b/cross-os-tests/.run @@ -1,5 +1,5 @@ host="$(basename "${0}")" -urchin_dir=~/urchin +urchin_dir=urchin -echo rsync --archive ../urchin ../tests "${host}":"${urchin_dir}" -ssh "${host}" "cd ${urchin_dir} && ./urchin -v tests" +rsync --archive ../urchin ../tests "${host}":"${urchin_dir}" +ssh "${host}" "cd ${urchin_dir} && ./urchin --run-in-series tests"