From 31ac4ebd4f734fc4e438af504a318b4eb7ce627c Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Fri, 2 Dec 2016 13:00:03 -0200 Subject: Finish first smoke test See: https://github.com/pixelated/project-issues/issues/381 --- service/go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/go') 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." } -- cgit v1.2.3