Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
13b7690f
Commit
13b7690f
authored
Oct 20, 2017
by
xoviat
Committed by
GitHub
Oct 20, 2017
Browse files
FIX: use home directory
parent
450734a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tests/test_library_builders.sh
tests/test_library_builders.sh
+3
-3
No files found.
tests/test_library_builders.sh
View file @
13b7690f
...
...
@@ -6,9 +6,9 @@ source library_builders.sh
function
suppress
{
# Suppress the output of a bash command unless it fails
rm
--force
$
TMPDIR
/suppress.out 2> /dev/null
$*
2>&1
>
$
TMPDIR
/suppress.out
||
cat
$
TMPDIR
/suppress.out
rm
$
TMPDIR
/suppress.out
rm
--force
$
HOME
/suppress.out 2> /dev/null
$*
2>&1
>
$
HOME
/suppress.out
||
cat
$
HOME
/suppress.out
rm
$
HOME
/suppress.out
}
suppress build_openssl
...
...
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