* Make it easy to run individual tests from the command line.
This commit is contained in:
parent
85793fa438
commit
a4c63c6e8e
23 changed files with 78 additions and 33 deletions
|
@ -1,3 +1,5 @@
|
|||
source common.sh
|
||||
|
||||
# Tests miscellaneous commands.
|
||||
|
||||
# Do all commands have help?
|
||||
|
@ -6,3 +8,5 @@ $TOP/src/nix-store/nix-store --help | grep -q realise
|
|||
$TOP/src/nix-instantiate/nix-instantiate --help | grep -q eval-only
|
||||
$TOP/src/nix-hash/nix-hash --help | grep -q base32
|
||||
|
||||
# Can we ask for the version number?
|
||||
$TOP/src/nix-env/nix-env --version | grep "$version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue