Update goldens to split them based on OS so they can run on GH actions

This commit is contained in:
David Dworken 2023-12-23 15:09:39 -08:00
parent cc5f8b5835
commit b99110aae3
No known key found for this signature in database
18 changed files with 54 additions and 24 deletions

View File

@ -1,3 +0,0 @@
ghaction-runner-hostname% hishtory tquery
ghaction-runner-hostname%

3
client/testdata/TestTui-Exit-darwin vendored Normal file
View File

@ -0,0 +1,3 @@
runner@ghaction-runner-hostname hishtory % hishtory tquery
runner@ghaction-runner-hostname hishtory %

3
client/testdata/TestTui-Exit-linux vendored Normal file
View File

@ -0,0 +1,3 @@
runner@ghaction-runner-hostname hishtory % hishtory tquery
runner@ghaction-runner-hostname hishtory %

View File

@ -1,2 +0,0 @@
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ source /home/runner/.bashrc
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ echo

View File

@ -0,0 +1,2 @@
bash-5.2$ source /Users/runner/.bashrc
bash-5.2$ echo

View File

@ -0,0 +1,2 @@
bash-5.2$ source /Users/runner/.bashrc
bash-5.2$ echo

View File

@ -1 +0,0 @@
ghaction-runner-hostname% echo

View File

@ -0,0 +1 @@
runner@ghaction-runner-hostname hishtory % echo

View File

@ -0,0 +1 @@
runner@ghaction-runner-hostname hishtory % echo

View File

@ -1,3 +0,0 @@
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
david@Davids-MacBook-Air ~/c/hishtory (master)>

View File

@ -0,0 +1,6 @@
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
runner@ghaction-runner-hostname ~/w/h/hishtory ((eacb8793))> echo 'aaaaaa bbbb'
search:
► echo 'aaaaaa bbbb' ► set -emo pipefail ► hishtory config-set enable-control-r true ► /tmp/client install
► hishtory export ► HISHTORY_REDACT_FORCE=true hishtory redact set emo pipefail ► hishtory disable

View File

@ -0,0 +1,6 @@
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish
runner@ghaction-runner-hostname ~/w/h/hishtory ((eacb8793))> echo 'aaaaaa bbbb'
search:
► echo 'aaaaaa bbbb' ► set -emo pipefail ► hishtory config-set enable-control-r true ► /tmp/client install
► hishtory export ► HISHTORY_REDACT_FORCE=true hishtory redact set emo pipefail ► hishtory disable

View File

@ -1,8 +0,0 @@
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ source /home/runner/.bashrc
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ echo foo
foo
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ hishtory
hishtory: command not found
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ echo bar
bar
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$

View File

@ -0,0 +1,8 @@
bash-5.2$ source /Users/runner/.bashrc
bash-5.2$ echo foo
foo
bash-5.2$ hishtory
bash: hishtory: command not found
bash-5.2$ echo bar
bar
bash-5.2$

View File

@ -0,0 +1,8 @@
bash-5.2$ source /Users/runner/.bashrc
bash-5.2$ echo foo
foo
bash-5.2$ hishtory
bash: hishtory: command not found
bash-5.2$ echo bar
bar
bash-5.2$

View File

@ -1,7 +0,0 @@
ghaction-runner-hostname% echo foo
foo
ghaction-runner-hostname% hishtory
zsh: command not found: hishtory
ghaction-runner-hostname% echo bar
bar
ghaction-runner-hostname%

View File

@ -0,0 +1,7 @@
runner@ghaction-runner-hostname hishtory % echo foo
foo
runner@ghaction-runner-hostname hishtory % hishtory
zsh: command not found: hishtory
runner@ghaction-runner-hostname hishtory % echo bar
bar
runner@ghaction-runner-hostname hishtory %

View File

@ -0,0 +1,7 @@
runner@ghaction-runner-hostname hishtory % echo foo
foo
runner@ghaction-runner-hostname hishtory % hishtory
zsh: command not found: hishtory
runner@ghaction-runner-hostname hishtory % echo bar
bar
runner@ghaction-runner-hostname hishtory %