GP-0: Fixing test

This commit is contained in:
Ryan Kurtz 2025-01-14 08:04:15 -05:00
parent 79de6c6bf9
commit 9eedabdbe4

View file

@ -105,7 +105,7 @@ task testSpecimenLinux_x86_64 {
doLast { doLast {
providers.exec { providers.exec {
workingDir "build/os/linux_x86_64" workingDir { file("build/os/linux_x86_64") }
commandLine "strip", "-o", "expSpin.stripped", "expSpin" commandLine "strip", "-o", "expSpin.stripped", "expSpin"
}.result.get() }.result.get()
} }