mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-26 17:28:13 +00:00
Refactor regtest-file structure from foo/0038.* to foo/0038/*
This commit is contained in:
parent
e613f2321c
commit
586fc4bc22
15800 changed files with 1883 additions and 2288 deletions
|
|
@ -2,6 +2,9 @@
|
|||
// Miller regression tests are flexibly invoked via 'mlr regtest'.
|
||||
// However here is a standard location so people can get at them
|
||||
// via 'go test'.
|
||||
//
|
||||
// Please see (as of this writing) src/auxents/regtest for the Miller
|
||||
// regtest package.
|
||||
// ================================================================
|
||||
|
||||
package main
|
||||
|
|
@ -9,16 +12,16 @@ package main
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"miller/src/lib"
|
||||
"miller/src/auxents/regtest"
|
||||
"miller/src/lib"
|
||||
)
|
||||
|
||||
func TestRegression(t *testing.T) {
|
||||
regtester := regtest.NewRegTester(
|
||||
lib.MlrExeName(),
|
||||
false, // doPopulate
|
||||
0, // verbosityLevel
|
||||
0, // firstNFailsToShow
|
||||
0, // verbosityLevel
|
||||
0, // firstNFailsToShow
|
||||
)
|
||||
|
||||
paths := []string{} // use default
|
||||
|
|
|
|||
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