Skip to content

Commit

Permalink
show err
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Feb 10, 2017
1 parent 23b9be3 commit ad3cbab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,12 @@ assert_exit_code 0
refaltend() {
./vcfanno_linux64 -base-path tests/ref-alt-test/ tests/ref-alt-test/tmp_annotations.toml tests/ref-alt-test/tmp_calls.vcf.gz
vcfanno -base-path tests/ref-alt-test/ tests/ref-alt-test/tmp_annotations.toml tests/ref-alt-test/tmp_calls.vcf.gz
}
run check_ref_alt_posns refaltend
assert_exit_code 0
assert_equal 3 $(grep -c ALT_60 $STDOUT_FILE)
assert_equal 3 $(grep -c HET_60 $STDOUT_FILE)
assert_equal 3 $(grep -c ALT_90 $STDOUT_FILE)
assert_equal 3 $(grep -c HET_90 $STDOUT_FILE)
cat $STDERR_FILE

0 comments on commit ad3cbab

Please sign in to comment.