start on cross-os tests
This commit is contained in:
parent
fdb0b1b3ea
commit
2ee965d2ae
7
cross-os-tests/.run
Executable file
7
cross-os-tests/.run
Executable file
@ -0,0 +1,7 @@
|
||||
host="${0}"
|
||||
|
||||
echo "$host"
|
||||
tmp=$(ssh "${host}" 'mktemp -d')
|
||||
rsync --archive ../urchin ../tests "${host}:${tmp}"
|
||||
ssh "${host}" \
|
||||
"cd ${tmp} && ./urchin -v tests; c=$? && rm -Rf ${tmp} && exit $c"
|
2
cross-os-tests/tlevine@dada.pink
Executable file
2
cross-os-tests/tlevine@dada.pink
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
. ./.run
|
Loading…
x
Reference in New Issue
Block a user