testing: Enable selecting of host
This commit is contained in:
@@ -70,6 +70,19 @@ test_neptune() {
|
|||||||
'
|
'
|
||||||
}
|
}
|
||||||
|
|
||||||
test_ares
|
case "${1:-all}" in
|
||||||
test_tb_hak
|
ares)
|
||||||
test_neptune
|
test_ares
|
||||||
|
;;
|
||||||
|
tb_hak)
|
||||||
|
test_tb_hak
|
||||||
|
;;
|
||||||
|
neptune)
|
||||||
|
test_neptune
|
||||||
|
;;
|
||||||
|
all)
|
||||||
|
test_ares
|
||||||
|
test_tb_hak
|
||||||
|
test_neptune
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user