Skip to content
Snippets Groups Projects
Commit 98d44dd4 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[Script] bin/tests.sh - bugfix

parent dc03f56e
No related branches found
No related tags found
No related merge requests found
......@@ -159,8 +159,8 @@ function TestAlias
if [ "$DUNE_LOG" = "" ]; then
Run dune build $DUNE_OPT $@
elif [ "$SAVE" != "yes" ]; then
Run dune build $DUNE_OPT
elif [ "$SAVE" != "yes" ] && [ "$VERBOSE" != "yes" ]; then
Run dune build $DUNE_OPT $@
else
# note: the Run function cannot performs redirection
echo "> dune build $DUNE_OPT $@ 2> >(tee -a $DUNE_LOG >&2)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment