We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8076686 commit 58b4a00Copy full SHA for 58b4a00
test-cli.sh
@@ -8,6 +8,6 @@ set -e
8
APK=`\ls spoon-sample/app/target/*.apk`
9
TEST_APK=`\ls spoon-sample/tests/target/*.apk`
10
11
-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
12
13
open target/index.html
0 commit comments