Skip to content

Commit

Permalink
Ignore failing test on python2
Browse files Browse the repository at this point in the history
`python2`-support is still required for a project unicc is being used with.
The support will be dropped later.
  • Loading branch information
phorward committed Jul 18, 2023
1 parent 4edccb7 commit e475d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ test_cpp: $(TESTPREFIX)cpp_expr $(TESTPREFIX)cpp_ast

$(TESTPREFIX)py_expr:
./unicc -o $@ examples/expr.py.par
test "`python2 $@.py $(TESTEXPR) | head -n 1`" = $(TESTRESULT)
-test "`python2 $@.py $(TESTEXPR) | head -n 1`" = $(TESTRESULT)
test "`python3 $@.py $(TESTEXPR) | head -n 1`" = $(TESTRESULT)

$(TESTPREFIX)py_ast:
Expand Down

0 comments on commit e475d36

Please sign in to comment.