Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#77: Simplify tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jun 22, 2021
1 parent 5bf6ee2 commit dea5067
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 @@ -17,7 +17,7 @@ deps:
## Run tests
tests:
set +e; \
export PYTHONPATH="$$(pwd)/src/core:$$(pwd)/src/process:$$(pwd)/src/pythonic"; \
\
BASE_PATH=$$(pwd); \
for package_directory in $$(ls ./src); do \
if [[ ! -d $$BASE_PATH/src/$$package_directory/tests ]]; then \
Expand Down

0 comments on commit dea5067

Please sign in to comment.