mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
Make test output less verbose
This commit is contained in:
parent
94fc26eaa2
commit
c762c5cb28
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ let
|
|||
export BATS_LIB_PATH="${bats-support}:${bats-assert}"
|
||||
|
||||
echo run unittest
|
||||
${lib.getExe' bats "bats"} -x --verbose-run tests/
|
||||
${lib.getExe' bats "bats"} tests/
|
||||
'';
|
||||
test-runner-stable = mkTestRunner "stable";
|
||||
test-runner-latest = mkTestRunner "latest";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue