Skip to content

Commit

Permalink
Add option to run parser so it will still FATAL on illegal GO-DAG line.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Sep 9, 2018
1 parent 5d401e7 commit 328f55f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ test:
py.test tests/
# py.test tests/ --log-file=pytest.log

# Used to call GOATOOLS developers attention to illegal lines in parsed files
chk_parsers:
tests/test_optional_attributes.py die

# This Representative test subset is automatically run for all push requests using Travis-CI.
# Running a subset of tests prevents Travis-CI from timeing out.
test_travis_subset:
Expand Down

0 comments on commit 328f55f

Please sign in to comment.