Skip to content

Commit b4242dd

Browse files
authored
Merge pull request github#11012 from igfoo/igfoo/mkdir
Kotlin: Fix integration tests on Mac
2 parents bbdda9e + 6c232f9 commit b4242dd

File tree

2 files changed

+2
-0
lines changed
  • java/ql/integration-tests/posix-only/kotlin
    • external-property-overloads
    • java-interface-redeclares-tostring

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from create_database_utils import *
22

3+
os.mkdir('lib')
34
runSuccessfully(["kotlinc", "test.kt", "-d", "lib"])
45
run_codeql_database_create(["kotlinc user.kt -cp lib"], lang="java")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from create_database_utils import *
22

3+
os.mkdir('bin')
34
runSuccessfully(["javac", "Test.java", "-d", "bin"])
45
run_codeql_database_create(["kotlinc user.kt -cp bin"], lang="java")

0 commit comments

Comments
 (0)