Skip to content

Commit

Permalink
scripts/tests_all.sh: Fix wrong path.
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-fne committed Apr 27, 2020
1 parent 8126dd4 commit 9b10b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
sleep 1

# Crypto test
$BUTTERFLY_ROOT/scripts/tests_crypto.sh $BUTTERFLY_BUILD_ROOT/build
$BUTTERFLY_ROOT/scripts/tests_crypto.sh $BUTTERFLY_BUILD_ROOT
if [ $? != 0 ]; then
tput setaf 1
echo "crypto test failed"
Expand Down

0 comments on commit 9b10b13

Please sign in to comment.