From 5867f197361285fa1bcf63b95093f519886a732f Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Tue, 13 Nov 2007 08:35:33 +0000
Subject: [PATCH] add: - some comments in 'clean_after_tests' method.

SVN: 2507
---
 integration-tests/run.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/run.sh b/integration-tests/run.sh
index 1d4f1efa8a7..c1b546e79e2 100755
--- a/integration-tests/run.sh
+++ b/integration-tests/run.sh
@@ -385,7 +385,9 @@ function integration_tests {
 }
 
 function clean_after_tests {
+	echo "Cleaning $INSTALL..."
     rm -fr $INSTALL
+	echo "Cleaning $WORK..."
     rm -fr $WORK
 }
 
-- 
GitLab