aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2016-06-30 08:21:26 -0700
committerUlas Kozat <ulas.kozat@gmail.com>2016-06-30 08:23:22 -0700
commit507a7981753397fcf69d31888a5fcfb540910b7a (patch)
treeb946b4e306b3cbd74015732702301804e2199ac6 /tests/run.sh
parentd6749dda9c553ee068aff7402d058e45ab082ef6 (diff)
rm dependents, update tests
Change-Id: Ib28582296eb93ae5ee8276cfbf0221f3fd03ecbc Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 695f0da..33c2749 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -64,6 +64,10 @@ cleanup() {
echo "Stopping Domino Server..."
stop_server
+
+ if [ -f file1 ]; then
+ rm file1
+ fi
}
echo "domino/tests/run.sh has been executed."