You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test-android/src/androidInstrumentedTest/kotlin/io/matthewnelson/kmp/tor/test/android/AndroidNativeTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ class AndroidNativeTest {
47
47
privatefunrun(libName:String, timeout:Duration) {
48
48
val process =Process.Builder(nativeLibraryDir.resolve(libName))
49
49
.stdin(Stdio.Null)
50
-
.spawn { p ->
50
+
.useSpawn { p ->
51
51
// Cannot use Stdio.Inherit. Must use System.out/err so that logcat picks it up
0 commit comments