mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-0: Fixing test
This commit is contained in:
parent
79de6c6bf9
commit
9eedabdbe4
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue