Skip to content

Commit d9c0a50

Browse files
fixes for approval files in the root
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
1 parent 6aa02f3 commit d9c0a50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ approvalTest = tasks.register("approvalTest", Test) {
206206
if (runningOs == "linux") {
207207
println "Linux detected"
208208

209+
// grant execute permission to run script
210+
def procChmod = "chmod +x ./approvalTest".execute()
211+
procChmod.waitForProcessOutput(System.out, System.err)
212+
209213
def proc = "./approvaltest".execute()
210214
proc.waitForProcessOutput(System.out, System.err)
211215
}

0 commit comments

Comments
 (0)