Skip to content

Commit 58b4a00

Browse files
committed
Update test CLI script for module name change.
1 parent 8076686 commit 58b4a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ set -e
88
APK=`\ls spoon-sample/app/target/*.apk`
99
TEST_APK=`\ls spoon-sample/tests/target/*.apk`
1010

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

1313
open target/index.html

0 commit comments

Comments
 (0)