mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-15 17:42:41 +02:00
Invert condition so that a bunch of golden tests only run on actions, since that is now our primary testing environment (#159)
* Invert condition so that a bunch of golden tests only run on actions, since that is now our primary testing environment * Update goldens to match them on GH actions * Update goldens to split them based on OS so they can run on GH actions * Add runtime.GOOS to golden names * Update goldens that are now split by OS * Update another test to fork on OS * Update shell exclusion to properly exclude fish * More golden updates * Add more goldens * More goldens
This commit is contained in:
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 @@
|
||||
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$
|
Reference in New Issue
Block a user