Skip to content

Commit

Permalink
Fix make clitest
Browse files Browse the repository at this point in the history
  • Loading branch information
mete0r committed Apr 13, 2019
1 parent 5acabce commit 2951166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ test-report:

.PHONY: clitest
clitest:
$(VENV) env LANG=C clitest -1 --prefix 3 pyhwp-tests/cli_tests/hwp5proc.txt pyhwp-tests/cli_tests/hwp5odt.txt pyhwp-tests/cli_tests/hwp5html.txt pyhwp-tests/cli_tests/hwp5txt.txt
$(VENV) env LANG=C clitest -1 --prefix 3 tests/cli_tests/hwp5proc.txt tests/cli_tests/hwp5odt.txt tests/cli_tests/hwp5html.txt tests/cli_tests/hwp5txt.txt


.PHONY: install-jython
Expand Down

0 comments on commit 2951166

Please sign in to comment.