Skip to content

Commit

Permalink
fix regex for selendroid quick reset (fix #3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Sep 3, 2014
1 parent 9c7c5fc commit 6e685be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reset.sh
Expand Up @@ -395,7 +395,7 @@ reset_selendroid_quick() {
run_cmd pushd /tmp/appium/selendroid
echo "* Downloading metatata"
run_cmd wget http://search.maven.org/remotecontent?filepath=io/selendroid/selendroid-standalone/maven-metadata.xml -O maven-metadata.xml
selendroid_version=$(grep latest maven-metadata.xml | sed 's/ *<\/*latest\> *//g')
selendroid_version=$(grep latest maven-metadata.xml | sed 's/ *<\/*latest> *//g')
echo "* Selendroid version is ${selendroid_version}"
echo "* Downloading selendroid server"
run_cmd wget https://github.com/selendroid/selendroid/releases/download/${selendroid_version}/selendroid-standalone-${selendroid_version}-with-dependencies.jar
Expand Down

0 comments on commit 6e685be

Please sign in to comment.