mirror of
https://github.com/apple/pkl.git
synced 2026-07-07 21:45:22 +02:00
Run a simple eval script (#928)
Execute `1 + 1` instead of eval'ing `circleci.pkl` (might cause spurious failures due to requirement on network connection).
This commit is contained in:
@@ -184,7 +184,7 @@ val testStartJavaExecutableOnOtherJdks =
|
|||||||
emptyList()
|
emptyList()
|
||||||
}
|
}
|
||||||
|
|
||||||
val evalTestFlags = arrayOf("eval", "./.circleci/config.pkl")
|
val evalTestFlags = arrayOf("eval", "-x", "1 + 1", "pkl:base")
|
||||||
|
|
||||||
fun Exec.useRootDirAndSuppressOutput() {
|
fun Exec.useRootDirAndSuppressOutput() {
|
||||||
workingDir = rootProject.layout.projectDirectory.asFile
|
workingDir = rootProject.layout.projectDirectory.asFile
|
||||||
|
|||||||
Reference in New Issue
Block a user