Skip to content

Commit 2d5e911

Browse files
committed
print differences when testing
1 parent 4353f40 commit 2d5e911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ parsers:
4343
@$(j2py) $(addsuffix .java, $(basename $@)) $@ -c configs.defaults -d configs
4444

4545
%: %.py
46-
@bash -c "diff -q <($(python) $(addsuffix .py, $@)) <(java -ea $@)" && echo "[PASS] $@"
46+
@bash -c "diff -u <($(python) $(addsuffix .py, $@)) <(java -ea $@)" && echo "[PASS] $@"

0 commit comments

Comments
 (0)