From 7645cb3f70d4bcc55902ba8db53ccdebd329b2af Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 19 May 2008 14:50:20 +0000 Subject: [PATCH] DMV-13 append output in data-completed script SVN: 6133 --- integration-tests/templates/datamover-raw/data-completed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/templates/datamover-raw/data-completed.sh b/integration-tests/templates/datamover-raw/data-completed.sh index 70791b4d6e3..c920ce8bc3e 100755 --- a/integration-tests/templates/datamover-raw/data-completed.sh +++ b/integration-tests/templates/datamover-raw/data-completed.sh @@ -2,4 +2,4 @@ FILE_PATH=$1 if [ $# -eq 2 ]; then FILE_PATH=$2:$FILE_PATH fi -echo Data complete: $FILE_PATH > data-completed-info.txt +echo Data complete: $FILE_PATH >> data-completed-info.txt -- GitLab