mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 18:21:52 +00:00
Account for varying mlr locations (#1086)
The expected error output for the "not-a-valid-timezone" test assumes
that mlr is invoked as mlr. Use "${MLR}" instead to cope with any
invocation path.
This also adds a regression test to catch future instances before they
get merged.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
parent
abf58f4bb5
commit
cdbe8b82ef
2 changed files with 6 additions and 1 deletions
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
|
@ -28,6 +28,11 @@ jobs:
|
|||
- name: Test
|
||||
run: make check
|
||||
|
||||
- name: Regression tests
|
||||
# We run these with a convoluted path to ensure the tests don't
|
||||
# rely on a specific invocation
|
||||
run: test/../mlr regtest -S
|
||||
|
||||
- name: PrepareArtifactNonWindows
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: mkdir -p bin/${{matrix.os}} && cp mlr bin/${{matrix.os}}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
mlr : unknown time zone this-is-not-a-valid-timezone-name
|
||||
${MLR} : unknown time zone this-is-not-a-valid-timezone-name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue