diff options
Diffstat (limited to 'test/integration/docker/test.sh')
-rwxr-xr-x | test/integration/docker/test.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/integration/docker/test.sh b/test/integration/docker/test.sh index 58ccaca..32680f7 100755 --- a/test/integration/docker/test.sh +++ b/test/integration/docker/test.sh @@ -22,6 +22,13 @@ dump() { done } +success() { + echo + echo ---------------------------------------------------------------------- + echo SUCCESS + echo ---------------------------------------------------------------------- +} + cleanup() { echo echo ---------------------------------------------------------------------- @@ -157,6 +164,7 @@ main() { setup run verify + success popd > /dev/null } |