Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Oct 4, 2024
1 parent a464455 commit f9bfb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ case $arg in
*) args+=( "$arg" )
esac
done
PYTHONPATH=`pwd`/src:`pwd`/test exec python3 -m pytest -vv $cov "${args[@]}"
PYTHONPATH=$PWD/src:$PWD/test exec python3 -m pytest -vv $cov "${args[@]}"

0 comments on commit f9bfb12

Please sign in to comment.