Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEugen Neufeld2017-01-27 10:32:36 +0000
committerEugen Neufeld2017-01-27 10:32:36 +0000
commitca6d01b62b658180cc36dfe5a666d6e8c5b18091 (patch)
treed37bca87d8cc630f265ca12ed553022d99475681 /tests
parentd4b6f2ea80071546400110043ebf1986f43a7eb9 (diff)
downloadorg.eclipse.emf.ecp.core-ca6d01b62b658180cc36dfe5a666d6e8c5b18091.tar.gz
org.eclipse.emf.ecp.core-ca6d01b62b658180cc36dfe5a666d6e8c5b18091.tar.xz
org.eclipse.emf.ecp.core-ca6d01b62b658180cc36dfe5a666d6e8c5b18091.zip
TCI - Fixed typo in rcptt runner
Change-Id: I476e71aede5f3d7d064cae0c4cbdd887e7732769 Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ECPQ7Tests/EPPTests/download.sh2
-rw-r--r--tests/ECPQ7Tests/EPPTests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ECPQ7Tests/EPPTests/download.sh b/tests/ECPQ7Tests/EPPTests/download.sh
index d4fb462971..0cc44bcebd 100755
--- a/tests/ECPQ7Tests/EPPTests/download.sh
+++ b/tests/ECPQ7Tests/EPPTests/download.sh
@@ -5,4 +5,4 @@ AUT_DIR="$1/aut"
rm -rf ${AUT_DIR}/*
mkdir -p ${AUT_DIR}
cd ${AUT_DIR}
-wget -O $2_$3.tar.gz https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/$2/$3/eclipse-modeling-$2-$3-linux-gtk-x86_64.tar.gz --proxy=off \ No newline at end of file
+wget -q -O $2_$3.tar.gz https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/$2/$3/eclipse-modeling-$2-$3-linux-gtk-x86_64.tar.gz --proxy=off \ No newline at end of file
diff --git a/tests/ECPQ7Tests/EPPTests/pom.xml b/tests/ECPQ7Tests/EPPTests/pom.xml
index 1fe98e4f3e..9adf9dbd39 100644
--- a/tests/ECPQ7Tests/EPPTests/pom.xml
+++ b/tests/ECPQ7Tests/EPPTests/pom.xml
@@ -65,7 +65,7 @@
</runner>
<aut>
- <explicit>${aut-path}/aut/${eclipse-name}_${eclipse-sr}.tar.gz.tar.gz</explicit>
+ <explicit>${aut-path}/aut/${eclipse-name}_${eclipse-sr}.tar.gz</explicit>
<injections>
<injection>

Back to the top