From 9477418fe67e1596baafecccb53ed895581479d4 Mon Sep 17 00:00:00 2001 From: Tobias Happ Date: Sun, 12 Dec 2021 17:06:28 +0100 Subject: [PATCH] tests: use bats pretty formatter --- tests/on-device/.run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/on-device/.run.sh b/tests/on-device/.run.sh index 246ca0c..fc3588a 100755 --- a/tests/on-device/.run.sh +++ b/tests/on-device/.run.sh @@ -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