Skip to content

Commit

Permalink
Update test_thorough.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Nov 23, 2023
1 parent 80556e6 commit c8dc36a
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,12 +8,12 @@ grass --tmp-location XY --exec \

pip install pytest

grass --tmp-location XY --exec \
pytest --pyargs grass.gunittest.main #-- \
#grass --tmp-location XY --exec \
# 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 c8dc36a

Please sign in to comment.