mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-29 11:44:53 +01:00
Update goldens to split them based on OS so they can run on GH actions
This commit is contained in:
parent
cc5f8b5835
commit
b99110aae3
3
client/testdata/TestTui-Exit
vendored
3
client/testdata/TestTui-Exit
vendored
@ -1,3 +0,0 @@
|
|||||||
ghaction-runner-hostname% hishtory tquery
|
|
||||||
|
|
||||||
ghaction-runner-hostname%
|
|
3
client/testdata/TestTui-Exit-darwin
vendored
Normal file
3
client/testdata/TestTui-Exit-darwin
vendored
Normal 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
3
client/testdata/TestTui-Exit-linux
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
runner@ghaction-runner-hostname hishtory % hishtory tquery
|
||||||
|
|
||||||
|
runner@ghaction-runner-hostname hishtory %
|
2
client/testdata/testControlR-ControlC-bash
vendored
2
client/testdata/testControlR-ControlC-bash
vendored
@ -1,2 +0,0 @@
|
|||||||
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ source /home/runner/.bashrc
|
|
||||||
runner@ghaction-runner-hostname:~/work/hishtory/hishtory$ echo
|
|
2
client/testdata/testControlR-ControlC-bash-darwin
vendored
Normal file
2
client/testdata/testControlR-ControlC-bash-darwin
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bash-5.2$ source /Users/runner/.bashrc
|
||||||
|
bash-5.2$ echo
|
2
client/testdata/testControlR-ControlC-bash-linux
vendored
Normal file
2
client/testdata/testControlR-ControlC-bash-linux
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bash-5.2$ source /Users/runner/.bashrc
|
||||||
|
bash-5.2$ echo
|
1
client/testdata/testControlR-ControlC-zsh
vendored
1
client/testdata/testControlR-ControlC-zsh
vendored
@ -1 +0,0 @@
|
|||||||
ghaction-runner-hostname% echo
|
|
1
client/testdata/testControlR-ControlC-zsh-darwin
vendored
Normal file
1
client/testdata/testControlR-ControlC-zsh-darwin
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
runner@ghaction-runner-hostname hishtory % echo
|
1
client/testdata/testControlR-ControlC-zsh-linux
vendored
Normal file
1
client/testdata/testControlR-ControlC-zsh-linux
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
runner@ghaction-runner-hostname hishtory % echo
|
3
client/testdata/testControlR-fish-Disabled
vendored
3
client/testdata/testControlR-fish-Disabled
vendored
@ -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)>
|
|
6
client/testdata/testControlR-fish-Disabled-darwin
vendored
Normal file
6
client/testdata/testControlR-fish-Disabled-darwin
vendored
Normal 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
|
6
client/testdata/testControlR-fish-Disabled-linux
vendored
Normal file
6
client/testdata/testControlR-fish-Disabled-linux
vendored
Normal 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
|
@ -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$
|
|
8
client/testdata/testUninstall-post-uninstall-bash-darwin
vendored
Normal file
8
client/testdata/testUninstall-post-uninstall-bash-darwin
vendored
Normal 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$
|
8
client/testdata/testUninstall-post-uninstall-bash-linux
vendored
Normal file
8
client/testdata/testUninstall-post-uninstall-bash-linux
vendored
Normal 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$
|
@ -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%
|
|
7
client/testdata/testUninstall-post-uninstall-zsh-darwin
vendored
Normal file
7
client/testdata/testUninstall-post-uninstall-zsh-darwin
vendored
Normal 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 %
|
7
client/testdata/testUninstall-post-uninstall-zsh-linux
vendored
Normal file
7
client/testdata/testUninstall-post-uninstall-zsh-linux
vendored
Normal 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 %
|
Loading…
Reference in New Issue
Block a user