Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan Moringen
asdf
Commits
54ac4765
Commit
54ac4765
authored
Oct 25, 2016
by
Francois-Rene Rideau
Browse files
Tweak script runner so it works on NixOS
parent
c7c47f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests.sh
View file @
54ac4765
...
...
@@ -308,7 +308,7 @@ if ! type "$command" > /dev/null ; then
exit
43
fi
ASDFDIR
=
"
$(
cd
$(
dirname
$0
)
/..
;
/bin/
pwd
)
"
ASDFDIR
=
"
$(
cd
$(
dirname
$0
)
/..
;
command
pwd
)
"
:
${
bcmd
:
=
$command
$flags
}
${
icmd
:
=
$command
$flags
}
# batch and interactive
if
[
-z
"
${
DEBUG_ASDF_TEST
}
"
]
;
then
bcmd
=
"
$bcmd
$nodebug
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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