Fixed forEach loops.
Added Fail.NORMAL.
This commit is contained in:
parent
e39200912b
commit
cca65b73c1
7 changed files with 52 additions and 37 deletions
|
@ -37,7 +37,7 @@ val p = project {
|
|||
}
|
||||
|
||||
exec {
|
||||
commandLine(args = listOf("ls", "-- a"), dir = "../libs", fail = setOf(Fail.STDERR, Fail.EXIT))
|
||||
commandLine(listOf("cmd", "/c", "echo", "Test"), os = listOf("Win"), fail = setOf(Fail.STDERR, Fail.EXIT))
|
||||
commandLine(args = listOf("ls", "-l"), dir = "../libs", fail = setOf(Fail.NORMAL))
|
||||
commandLine(listOf("cmd", "/c", "echo", "Test"), os = listOf("Win", "Windows"), fail = setOf(Fail.NORMAL))
|
||||
}
|
||||
}
|
|
@ -1 +1 @@
|
|||
kobalt.version=0.845
|
||||
kobalt.version=0.846
|
Loading…
Add table
Add a link
Reference in a new issue