summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-12-02 13:00:03 -0200
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-12-02 13:05:56 -0200
commit31ac4ebd4f734fc4e438af504a318b4eb7ce627c (patch)
treed0ef9f4f309433c01241391cdbc2c4f53e021bf2 /service/go
parenta8b7f37fc8087407408cb65b76fdcd7686c8d87c (diff)
Finish first smoke test
See: https://github.com/pixelated/project-issues/issues/381
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/go b/service/go
index 7df9111b..8ceae7db 100755
--- a/service/go
+++ b/service/go
@@ -119,7 +119,7 @@ function runFunctionalTests {
echo "Executing Functional Tests on headless PhantomJS."
removeZmqCertificates
echo "You should execute it on Debian box for more similar results with CI environment."
- behave --tags ~@wip test/functional/features
+ behave --tags ~@wip --tags ~@smoke test/functional/features
echo "Done."
}