Iterate on Windows regression-testing (#478)

* Support file-redirects in regtest for Windows
* move winfails aside
* iterate on PATH settings
This commit is contained in:
John Kerl 2021-04-06 05:24:37 +01:00 committed by GitHub
parent 2c810e6971
commit 13dd19faab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3336 changed files with 216 additions and 47 deletions

View file

@ -29,4 +29,4 @@ jobs:
# In the event of needing to debug failures you can modify `./mlr regtest` verbosity
# using `-v`, `-vv`, or `-vvv`. Commit changes to this file and re-push to GitHub
# and let the GitHub Actions re-run.
run: cd go && go test -v ./... && ./mlr regtest -m ./mlr -s 5
run: cd go && go test -v ./... && ./mlr regtest -s 5

View file

@ -1,6 +1,6 @@
# Quickstart
A TL;DR for anyone wanting to compile and run Miller:
A TL;DR for anyone wanting to compile and run the Go port of Miller:
* `go build mlr.go` -- produces the `mlr` executable
* `go test ./...` -- runs a relatively small number of unit tests

View file

@ -14,7 +14,7 @@ echo
go test ./...
echo
mlr regtest reg-test/cases reg-test/cases-pending $verbose
mlr regtest reg-test/cases reg-test/cases-pending-windows $verbose
echo
./reg-test/run -n $verbose

Some files were not shown because too many files have changed in this diff Show more