Skip to content

Commit

Permalink
fix osx test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Nov 15, 2021
1 parent 9183b91 commit 7b097ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,14 @@ if [[ $CLOUD == 0 ]]; then
b=$(basename "$i")
echo "Checking version for $b: $($i --version | grep $VER)";
done

echo "Last release: $LAST_RELEASE"
echo "Current release: v$CURRENT_RELEASE"
echo "Binary release: $($BIN/bamtocov --version | sed 's/covtobed /v/')"
fi
echo "--------------------------"
echo "SUMMARY (PASS=$PASS,FAIL=$FAIL)"
echo "Last release: $LAST_RELEASE"
echo "Current release: v$CURRENT_RELEASE"
echo "Binary release: $($BIN/bamtocov --version | sed 's/covtobed /v/')"

echo "--------------------------"
if [[ $FAIL -gt 0 ]]; then
echo "FINAL RESULT: FAIL"
Expand Down

0 comments on commit 7b097ce

Please sign in to comment.