Fix tests
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2020-10-23 05:04:35 +02:00
parent 9d22797dc8
commit 16cc5d9cf7
1 changed files with 3 additions and 3 deletions

View File

@ -5,11 +5,11 @@
}
@test "abra is executable" {
abra --help
./abra --help
}
@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
abra server rm swarm.example.com
./abra server rm swarm.example.com
}