mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-15 01:22:43 +02:00
making tests pass on actions by grepping out pipefail which is flakily recorded due to actions not recording line numbers
This commit is contained in:
@ -99,7 +99,7 @@ func RunTestServer() func() {
|
||||
if strings.Contains(stderr.String()+stdout.String(), "failed to") {
|
||||
panic(fmt.Sprintf("server failed to do something: stderr=%#v, stdout=%#v", stderr.String(), stdout.String()))
|
||||
}
|
||||
// fmt.Printf("stderr=%#v, stdout=%#v\n", stderr.String(), stdout.String())
|
||||
fmt.Printf("stderr=%#v, stdout=%#v\n", stderr.String(), stdout.String())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user