Skip to content

Commit

Permalink
stxtyper --debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Brover committed Dec 18, 2024
1 parent 2c838b6 commit 24ec79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_stxtyper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function test_input_file {

TESTS=$(( $TESTS + 1 ))

if ! $STXTYPER $options -n "test/$test_base.fa" > "test/$test_base.got"
if ! $STXTYPER $options -n "test/$test_base.fa" --debug > "test/$test_base.got"
then
echo "${red}not ok: $STXTYPER returned a non-zero exit value indicating a failure of the software${reset}"
echo "# $STXTYPER $options -n test/$test_base.fa > test/$test_base.got"
Expand Down

0 comments on commit 24ec79d

Please sign in to comment.