aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/docker/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/docker/test.sh')
-rwxr-xr-xtest/integration/docker/test.sh8
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
}