File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
# https://askubuntu.com/a/1252113
12
12
fix_42693_script : sudo apt-get update && sudo apt-get install libtinfo5
13
13
publish_script : ./gradlew publishToDirectorySnapshot
14
- test_script : ./gradlew sample:runAllAndroidNativeTests sample:killAndroidEmulators --stacktrace
14
+ test_script : ./gradlew sample:runAllAndroidNativeTests --stacktrace
15
15
16
16
task :
17
17
name : ' AndroidJvm Tests (linux)'
26
26
# https://askubuntu.com/a/1252113
27
27
fix_42693_script : sudo apt-get update && sudo apt-get install libtinfo5
28
28
publish_script : ./gradlew publishToDirectorySnapshot
29
- test_script : ./gradlew sample:runAndroidTests sample:killAndroidEmulators --stacktrace
29
+ test_script : ./gradlew sample:runAndroidTests --stacktrace
30
30
31
31
task :
32
32
name : ' Inspect system images (linux)'
Original file line number Diff line number Diff line change 31
31
run : ./gradlew publishToDirectorySnapshot
32
32
33
33
- name : ' Run :sample android tests.'
34
- run : ./gradlew sample:runAndroidTests sample:killAndroidEmulators --stacktrace
34
+ run : ./gradlew sample:runAndroidTests --stacktrace
Original file line number Diff line number Diff line change 31
31
run : ./gradlew publishToDirectorySnapshot
32
32
33
33
- name : ' Run :sample android native tests.'
34
- run : ./gradlew sample:runAllAndroidNativeTests sample:killAndroidEmulators --stacktrace
34
+ run : ./gradlew sample:runAllAndroidNativeTests --stacktrace
You can’t perform that action at this time.
0 commit comments