mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
* 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
|
||||
|
||||
try () {
|
||||
echo -n "$2" > $TEST_ROOT/vector
|
||||
hash=$($TOP/src/nix-hash/nix-hash $EXTRA --flat --type "$1" $TEST_ROOT/vector)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue