mirror of
https://github.com/go-i2p/gojava.git
synced 2025-07-03 17:59:42 -04:00
test- keep jars in the temp dir
This commit is contained in:
@ -14,7 +14,7 @@ func TestJavaBind(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
jar := filepath.Join("/tmp", "gojavatest.jar")
|
||||
jar := filepath.Join(tmpDir, "gojavatest.jar")
|
||||
if err := createJar(jar,
|
||||
"github.com/sridharv/gomobile-java/bind/testpkg",
|
||||
"github.com/sridharv/gomobile-java/bind/testpkg/secondpkg",
|
||||
|
Reference in New Issue
Block a user