Skip to content

Commit

Permalink
chg: dev: Disable crufty examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Apr 4, 2020
1 parent c8feaa7 commit c12888f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,11 @@ test: gettext
tox -e py37 -- $(_PYTEST_OPTS) $(_PDB_OPTS)

test-examples:
for example in `ls ./examples/*.py`; do \
echo "Running $$example..."; \
./$$example > /dev/null ; \
done
true
#for example in `ls ./examples/*.py`; do \
# echo "Running $$example..."; \
# ./$$example > /dev/null ; \
#done

test-all: gettext
tox
Expand Down

0 comments on commit c12888f

Please sign in to comment.