Skip to content

Commit

Permalink
Tests must match glob pattern t_*.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Feb 14, 2017
1 parent bec33ba commit 2c09762
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ set -e
plat_specifier=`$PYTHON -c 'import sys,distutils.util; \
print(distutils.util.get_platform()+"-"+sys.version[0:3])'`
failed=
for test in t_*.py; do
for test in t_*.py
do
echo "$test:"
PYTHONPATH="../build/lib.$plat_specifier" $PYTHON "$test" "$@" ||
failed="$failed $test"
Expand Down

0 comments on commit 2c09762

Please sign in to comment.