diff options
author | MrArmonius <mrarmonius@gmail.com> | 2021-07-09 15:47:54 +0200 |
---|---|---|
committer | MrArmonius <mrarmonius@gmail.com> | 2021-07-19 18:57:40 +0200 |
commit | da627ac39ad437bfb6be7e5f343933a0ca4e5073 (patch) | |
tree | ee2a5e87a9c872e668deaf5dea056552e177442f /test_automatic/integration.go | |
parent | a98556d5c1241f9150202d72ea096a775d97a582 (diff) | |
download | bottin-da627ac39ad437bfb6be7e5f343933a0ca4e5073.tar.gz bottin-da627ac39ad437bfb6be7e5f343933a0ca4e5073.zip |
Script in ash to launch our test V1.0 (end-to-end) in a Consul's
container
Diffstat (limited to 'test_automatic/integration.go')
-rw-r--r-- | test_automatic/integration.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_automatic/integration.go b/test_automatic/integration.go index e5a4737..d55d280 100644 --- a/test_automatic/integration.go +++ b/test_automatic/integration.go @@ -425,6 +425,7 @@ func main() { printError(err) log.Info("Clean succes") + defer os.Exit(0) return } |