mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 03:09:36 +08:00
GP-0: Fixing test
This commit is contained in:
@@ -105,7 +105,7 @@ task testSpecimenLinux_x86_64 {
|
||||
|
||||
doLast {
|
||||
providers.exec {
|
||||
workingDir "build/os/linux_x86_64"
|
||||
workingDir { file("build/os/linux_x86_64") }
|
||||
commandLine "strip", "-o", "expSpin.stripped", "expSpin"
|
||||
}.result.get()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user