Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argonix
Commits
9d5e473f
Commit
9d5e473f
authored
May 13, 2019
by
Valentin Reis
Browse files
fixes the `test` target.
parent
0f7812dd
Pipeline
#7298
passed with stages
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Nixwrap.hs
View file @
9d5e473f
...
...
@@ -294,7 +294,7 @@ wrap nixCommand target sa@ArgsCommon {..} = do
arglist
=
nixArguments
target
sa
++
extraBuildArgs
arglistTest
=
nixArguments
"testGeneric"
sa
++
[
"--arg"
,
"genericTestName"
,
target
]
nixArguments
"testGeneric"
sa
++
[
"--arg
str
"
,
"genericTestName"
,
target
]
extraBuildArgs
=
[
"--allow-new-privileges"
,
"-K"
,
"--option"
,
"build-use-sandbox"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment