Skip to content

Commit

Permalink
Log potentially wrong error message
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Jan 23, 2025
1 parent 007adba commit f2151ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/t/15_vg_surject.t
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ is "${?}" "1" "Surjection fails when using the wrong graph for GAM"
is "$(cat err.txt | grep 'cannot be interpreted' | wc -l)" "1" "Surjection of GAM to the wrong graph reports the problem"
vg surject -x tiny.vg -s -t 1 -m mapped.gamp >/dev/null 2>err.txt
is "${?}" "1" "Surjection fails when using the wrong graph for GAMP"
cat err.txt 1>&2
is "$(cat err.txt | grep 'cannot be interpreted' | wc -l)" "1" "Surjection of GAMP to the wrong graph reports the problem"

rm x.vg x.pathdup.vg x.xg x.gcsa x.gcsa.lcp x.gam mapped.gam mapped.gamp tiny.vg err.txt
Expand Down

1 comment on commit f2151ac

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch autoindex-gbz. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17583 seconds

Please sign in to comment.