diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-12-02 13:00:03 -0200 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-12-02 13:05:56 -0200 |
commit | 31ac4ebd4f734fc4e438af504a318b4eb7ce627c (patch) | |
tree | d0ef9f4f309433c01241391cdbc2c4f53e021bf2 /service/go | |
parent | a8b7f37fc8087407408cb65b76fdcd7686c8d87c (diff) |
Finish first smoke test
See: https://github.com/pixelated/project-issues/issues/381
Diffstat (limited to 'service/go')
-rwxr-xr-x | service/go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." } |