Skip to content

Commit

Permalink
Update test_thorough.sh old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Nov 27, 2023
1 parent 8244208 commit 18f22b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_thorough.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ grass --tmp-location XY --exec \

pip install pytest

grass --tmp-location XY --exec \
python3 -m pytest --pyargs grass.gunittest.main
#grass --tmp-location XY --exec \
#python3 -m pytest --pyargs grass.gunittest.main
# pytest --pyargs grass.gunittest.main #-- \
# --grassdata $HOME --location nc_spm_full_v2alpha2 --location-type nc \
# --min-success 100

#grass --tmp-location XY --exec \
# python3 -m grass.gunittest.main \
# --grassdata $HOME --location nc_spm_full_v2alpha2 --location-type nc \
# --min-success 100
grass --tmp-location XY --exec \
python3 -m grass.gunittest.main \
--grassdata $HOME --location nc_spm_full_v2alpha2 --location-type nc \
--min-success 100

0 comments on commit 18f22b5

Please sign in to comment.