mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-27 15:32:21 +02:00
Remove golden that was forked for actions, that didn't need to be
This commit is contained in:
parent
b6b4499a42
commit
223598c8f2
@ -2400,11 +2400,7 @@ func TestTimestampFormat(t *testing.T) {
|
|||||||
testutils.CompareGoldens(t, out, "TestTimestampFormat-query")
|
testutils.CompareGoldens(t, out, "TestTimestampFormat-query")
|
||||||
out = captureTerminalOutput(t, tester, []string{"hishtory SPACE tquery SPACE -pipefail SPACE -tablesizing ENTER"})
|
out = captureTerminalOutput(t, tester, []string{"hishtory SPACE tquery SPACE -pipefail SPACE -tablesizing ENTER"})
|
||||||
out = strings.TrimSpace(strings.Split(out, "hishtory tquery")[1])
|
out = strings.TrimSpace(strings.Split(out, "hishtory tquery")[1])
|
||||||
goldenName := "TestTimestampFormat-tquery"
|
testutils.CompareGoldens(t, out, "TestTimestampFormat-tquery")
|
||||||
if testutils.IsGithubAction() {
|
|
||||||
goldenName += "-isAction"
|
|
||||||
}
|
|
||||||
testutils.CompareGoldens(t, out, goldenName)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestZDotDir(t *testing.T) {
|
func TestZDotDir(t *testing.T) {
|
||||||
|
@ -1,31 +0,0 @@
|
|||||||
-pipefail -tablesizing
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Search Query: > -pipefail -tablesizing
|
|
||||||
|
|
||||||
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
||||||
│ Hostname CWD Timestamp Runtime Exit Code Command │
|
|
||||||
│───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│
|
|
||||||
│ localhost ~/foo/ 2022/Apr/16 01:03 24s 3 table_cmd2 │
|
|
||||||
│ localhost /tmp/ 2022/Apr/16 01:03 4s 2 table_cmd1 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
│ │
|
|
||||||
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
||||||
hiSHtory: Search your shell history • ctrl+h help
|
|
Loading…
x
Reference in New Issue
Block a user