mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
Disable 'man' tests
This commit is contained in:
parent
2dae5acf86
commit
5b43163c6d
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ done
|
||||||
|
|
||||||
[[ $(type -p man) ]] || skipTest "'man' not installed"
|
[[ $(type -p man) ]] || skipTest "'man' not installed"
|
||||||
|
|
||||||
|
# FIXME: we don't know whether we built the manpages, so we can't
|
||||||
|
# reliably test them here.
|
||||||
|
exit 0
|
||||||
|
|
||||||
# test help output
|
# test help output
|
||||||
|
|
||||||
nix-build --help
|
nix-build --help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue