diff options
Diffstat (limited to 'internal/rosa/curl.go')
| -rw-r--r-- | internal/rosa/curl.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/curl.go b/internal/rosa/curl.go index 4d411a02..4efd1c59 100644 --- a/internal/rosa/curl.go +++ b/internal/rosa/curl.go @@ -15,7 +15,7 @@ func (t Toolchain) newCurl() (pkg.Artifact, string) { // remove broken test Writable: true, ScriptEarly: ` -chmod +w tests/data && rm tests/data/test459 +chmod +w tests/data && rm -f tests/data/test459 `, }, &MakeHelper{ Configure: []KV{ @@ -25,7 +25,7 @@ chmod +w tests/data && rm tests/data/test459 {"disable-smb"}, }, Check: []string{ - `TFLAGS="-j$(expr "$(nproc)" '*' 2)"`, + "TFLAGS=" + jobsLFlagE, "test-nonflaky", }, }, |
