summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorRoald de Vries <rdevries@thoughtworks.com>2016-12-05 17:49:47 +0100
committerRoald de Vries <rdevries@thoughtworks.com>2016-12-05 17:49:47 +0100
commitdb611f3737442583ab2a07f75fbec74d827a2ff5 (patch)
tree012cb28a4345c66def2803e3f9cfcf0aee593d6b /service/go
parent3303510d3dabc4c1efdf39c52db026229d909490 (diff)
parent0dd71ff7c3a895e774205231c23720ee7313ad39 (diff)
Merge branch 'master' into signup
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."
}