mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 18:21:52 +00:00
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:
parent
2c810e6971
commit
13dd19faab
3336 changed files with 216 additions and 47 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
go/build
2
go/build
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue