diff options
author | Eugen Neufeld | 2017-01-27 10:32:36 +0000 |
---|---|---|
committer | Eugen Neufeld | 2017-01-27 10:32:36 +0000 |
commit | ca6d01b62b658180cc36dfe5a666d6e8c5b18091 (patch) | |
tree | d37bca87d8cc630f265ca12ed553022d99475681 /tests | |
parent | d4b6f2ea80071546400110043ebf1986f43a7eb9 (diff) | |
download | org.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-x | tests/ECPQ7Tests/EPPTests/download.sh | 2 | ||||
-rw-r--r-- | tests/ECPQ7Tests/EPPTests/pom.xml | 2 |
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> |