Skip to content

Commit

Permalink
improvements of grass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Jun 11, 2024
1 parent 180d3f2 commit 9b943e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grass-gis-test-docker/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ do \
echo ${file}
BASENAME=$(basename "${file}") ; \
DIR=$(dirname "${file}") ; \
cd ${CURRENTDIR}/${DIR} && python3 -m unittest ${BASENAME}
cd ${CURRENTDIR}/${DIR} && python -m unittest ${BASENAME}
for res_file in $(test_keyvalue_result_*.txt) ; do
cat ${res_file}
done
Expand Down

0 comments on commit 9b943e2

Please sign in to comment.