Skip to content

Commit

Permalink
use a pipe to avoid Mathematica hangs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Aug 22, 2018
1 parent 2ef2356 commit c094b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_Mh_uncertainties.sh
Expand Up @@ -4,7 +4,7 @@ BASEDIR="$(dirname $0)"
FSCONFIG="${BASEDIR}/../flexiblesusy-config"
MATH=$(${FSCONFIG} --math-cmd)

$MATH -run "<< \"${BASEDIR}/test_Mh_uncertainties.m\"; Quit[];"
echo "<< \"${BASEDIR}/test_Mh_uncertainties.m\"; Quit[];" | $MATH -run
error="$?"

[ "x${error}" != x0 ] && {
Expand Down

0 comments on commit c094b5e

Please sign in to comment.