strange name so we don't have conflicts
This commit is contained in:
parent
552d7d0dbc
commit
04c4f54789
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
|
||||
test:
|
||||
./urchin tests
|
||||
./urchin -s sh ./cross-os-tests
|
||||
./urchin -s sh -v ./cross-os-tests
|
||||
|
||||
install:
|
||||
cp ./urchin /usr/bin
|
||||
|
@ -1,5 +1,5 @@
|
||||
host="$(basename "${0}")"
|
||||
urchin_dir=urchin
|
||||
urchin_dir=.urchin-cross-shell-test
|
||||
|
||||
rsync --archive ../urchin ../tests "${host}":"${urchin_dir}"
|
||||
ssh "${host}" "cd ${urchin_dir} && ./urchin --run-in-series tests"
|
||||
|
Loading…
Reference in New Issue
Block a user