mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
Check buildinfo
This commit is contained in:
parent
aadcb292b6
commit
0060316a96
1 changed files with 6 additions and 0 deletions
6
tests/checks/buildinfo.fish
Normal file
6
tests/checks/buildinfo.fish
Normal file
|
@ -0,0 +1,6 @@
|
|||
#RUN: %fish %s
|
||||
# THIS WILL FAIL ON CI
|
||||
# There is no real good way to match this other than
|
||||
# Version: {{.*}}
|
||||
# and so on (with some exceptions like build system being "Cargo" or "CMake")
|
||||
status buildinfo
|
Loading…
Reference in a new issue