Ash Wilson | 0d81927 | 2014-10-10 14:08:10 -0400 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
Ash Wilson | 86910c7 | 2014-10-10 15:12:19 -0400 | [diff] [blame] | 3 | # Run the acceptance tests. |
Ash Wilson | 0d81927 | 2014-10-10 14:08:10 -0400 | [diff] [blame] | 4 | |
Krzysztof Szukiełojć | 24a29ce | 2017-05-07 14:24:02 +0200 | [diff] [blame] | 5 | exec go test -p=1 gerrit.mcp.mirantis.net/debian/gophercloud.git/acceptance/... $@ |