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 7a8a385 HOP-2122: remove empty line
new 39e4837 Merge pull request #447 from hansva/HOP-2122
7a8a385 is described below
commit 7a8a385f346a20f6633d0bf02ef49927c7fe82f0
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Dec 7 21:21:54 2020 +0100
HOP-2122: remove empty line
---
integration-tests/scripts/run-tests.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/integration-tests/scripts/run-tests.sh
b/integration-tests/scripts/run-tests.sh
index dd58354..898d818 100755
--- a/integration-tests/scripts/run-tests.sh
+++ b/integration-tests/scripts/run-tests.sh
@@ -16,7 +16,6 @@ spacer="==========================================="
#cleanup Temp
echo "" > /tmp/testcases
-echo "" > /tmp/surefire_report.xml
#Loop over project folders
for d in $current_dir/../*/ ; do