Skip to content

Commit

Permalink
Update test CLI script for module name change.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 7, 2013
1 parent 8076686 commit 58b4a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ set -e
APK=`\ls spoon-sample/app/target/*.apk`
TEST_APK=`\ls spoon-sample/tests/target/*.apk`

java -jar spoon/target/spoon-*-jar-with-dependencies.jar --apk "$APK" --test-apk "$TEST_APK" --output target
java -jar spoon-runner/target/spoon-*-jar-with-dependencies.jar --apk "$APK" --test-apk "$TEST_APK" --output target

open target/index.html

0 comments on commit 58b4a00

Please sign in to comment.