Skip to content

Commit d56df5e

Browse files
skchofacebook-github-bot
authored andcommitted
[python] Use INFER_BIN in python test
Summary: ^^ Reviewed By: dulmarod Differential Revision: D64598537 Privacy Context Container: L1208441 fbshipit-source-id: 2240acc070acaf606fbe09495dc04ef93ce39e08
1 parent eb4e40f commit d56df5e

File tree

1 file changed

+1
-1
lines changed
  • infer/tests/codetoanalyze/python/exec

1 file changed

+1
-1
lines changed

infer/tests/codetoanalyze/python/exec/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ eval_with_python.output: main_test.py show_print_output
2424
python3 main_test.py > eval_with_python.output
2525

2626
eval_with_infer.output: $(INFER_BIN) main_test.py show_print_output
27-
infer --run-python-interpreter -- python3 main_test.py > eval_with_infer.output
27+
$(INFER_BIN) --run-python-interpreter -- python3 main_test.py > eval_with_infer.output
2828

2929
.PHONY: test
3030
test: eval_with_python.output eval_with_infer.output

0 commit comments

Comments
 (0)