run cross-os tests in series

because i sometimes run them on weak computers
This commit is contained in:
Thomas Levine 2016-04-04 21:04:03 +00:00
parent 7899657971
commit 00c99773d0
1 changed files with 3 additions and 3 deletions

View File

@ -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"