Skip to content

Commit

Permalink
update scripts/test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 6, 2024
1 parent 4016dea commit fbda2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ cd "$rootDir/tests"
# python -m unittest *_test.py
for F in *_test.py; do
echo "$F"
python -m unittest "$F"
python -W ignore::DeprecationWarning -m unittest "$F"
done

0 comments on commit fbda2dc

Please sign in to comment.