mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
tests: use bats pretty formatter
This commit is contained in:
parent
9f5f608d2b
commit
9477418fe6
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p bats
|
||||
#! nix-shell -i bash -p bats ncurses
|
||||
|
||||
# Copyright (c) 2019-2021, see AUTHORS. Licensed under MIT License, see LICENSE.
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ if [[ ! -d ~/.config.bak ]]; then
|
|||
cp -r ~/.config.bak ~/.config
|
||||
fi
|
||||
|
||||
bats "${SCRIPT_DIR}" --verbose-run --timing
|
||||
bats "${SCRIPT_DIR}" --verbose-run --timing --pretty
|
||||
|
||||
rm -rf ~/.config
|
||||
mv ~/.config.bak ~/.config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue