Skip to content

Commit

Permalink
Add version to test.sh output
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Sep 25, 2024
1 parent b9fc1e6 commit 3b341f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ do
fi
done

# Print version
file "$BIN_DIR"/n50
"$BIN_DIR"/n50 --version

# get 1 argument to perform deep test
DEEP=0
if [ "$#" -eq 1 ]; then
Expand Down

0 comments on commit 3b341f1

Please sign in to comment.