-
-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CQ: Normalize line endings to CRLF for .bat files
- Loading branch information
Showing
8 changed files
with
763 additions
and
763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
set grass=%1 | ||
|
||
rem Test execution of binary command | ||
call %grass% --tmp-project EPSG:4326 --exec g.region res=0.1 -p | ||
rem Test if batch-wrapper-scripts without extension are found | ||
call %grass% --tmp-project EPSG:4326 --exec C:/Windows/System32/where.exe t.create | ||
rem Test if python-scripts can be called | ||
call %grass% --tmp-project EPSG:4326 --exec t.create --help | ||
set grass=%1 | ||
|
||
rem Test execution of binary command | ||
call %grass% --tmp-project EPSG:4326 --exec g.region res=0.1 -p | ||
rem Test if batch-wrapper-scripts without extension are found | ||
call %grass% --tmp-project EPSG:4326 --exec C:/Windows/System32/where.exe t.create | ||
rem Test if python-scripts can be called | ||
call %grass% --tmp-project EPSG:4326 --exec t.create --help |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
set grass=%1 | ||
set python=%2 | ||
|
||
call %grass% --tmp-project XY --exec g.download.project url=https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz path=%USERPROFILE% | ||
call %grass% --tmp-project XY --exec %python% -m grass.gunittest.main --grassdata %USERPROFILE% --location nc_spm_full_v2alpha2 --location-type nc --min-success 96 --config .github\workflows\osgeo4w_gunittest.cfg | ||
set grass=%1 | ||
set python=%2 | ||
|
||
call %grass% --tmp-project XY --exec g.download.project url=https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz path=%USERPROFILE% | ||
call %grass% --tmp-project XY --exec %python% -m grass.gunittest.main --grassdata %USERPROFILE% --location nc_spm_full_v2alpha2 --location-type nc --min-success 96 --config .github\workflows\osgeo4w_gunittest.cfg |
Oops, something went wrong.