Fix tests
This commit is contained in:
parent
9d22797dc8
commit
16cc5d9cf7
@ -5,11 +5,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "abra is executable" {
|
@test "abra is executable" {
|
||||||
abra --help
|
./abra --help
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "abra server add/rm works" {
|
@test "abra server add/rm works" {
|
||||||
abra server add swarm.example.com user 222
|
./abra server add swarm.example.com user 222
|
||||||
docker context ls | grep swarm.example.com
|
docker context ls | grep swarm.example.com
|
||||||
abra server rm swarm.example.com
|
./abra server rm swarm.example.com
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user