Skip to content

Commit

Permalink
Top level make file: build python for min test target.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeov committed Dec 12, 2023
1 parent 26d3076 commit c9f73d7
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 @@ -139,7 +139,7 @@ python: build
fi

.PHONY: mintest
mintest: hadoop-jars
mintest: hadoop-jars python
cd build/${BUILD_TYPE} && \
../../src/test-scripts/qfstest.sh -auth ${QFSTEST_OPTIONS}

Expand Down

0 comments on commit c9f73d7

Please sign in to comment.