You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/08 15:06:56 UTC

[incubator-hop] branch master updated: HOP-2122: fix cleanup (#450)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b589f5  HOP-2122: fix cleanup (#450)
7b589f5 is described below

commit 7b589f58124c633ceb51ef1a4110721dd91187e8
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Tue Dec 8 16:01:54 2020 +0100

    HOP-2122: fix cleanup (#450)
---
 integration-tests/scripts/run-tests.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/integration-tests/scripts/run-tests.sh b/integration-tests/scripts/run-tests.sh
index d76ea45..bbb6e29 100755
--- a/integration-tests/scripts/run-tests.sh
+++ b/integration-tests/scripts/run-tests.sh
@@ -16,6 +16,9 @@ mkdir -p $current_dir/../surefire-reports/
 
 #Loop over project folders
 for d in $current_dir/../*/ ; do
+    #cleanup project testcases
+    rm -f /tmp/testcases
+
     if [[ "$d" != *"scripts/" ]] && [[ "$d" != *"surefire-reports/" ]]; then
 
         #set test variables