diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2022-01-05 15:21:39 +0100 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2022-01-05 15:21:39 +0100 |
commit | 0d34fa108f5669eabbe7df41c1431d203969183c (patch) | |
tree | 0424ba971471e28598a56204a46ff2f4018f0cea /tests/_setup_alias | |
parent | 966bc5e941ae5ed913dd2969820c86ff7e000aa1 (diff) | |
download | calendar-cli-0d34fa108f5669eabbe7df41c1431d203969183c.zip |
working on the new cli. Split out the thoughts from the NEXT_LEVEL.md file to an independent NEW_CLI.md
Diffstat (limited to 'tests/_setup_alias')
-rw-r--r-- | tests/_setup_alias | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/_setup_alias b/tests/_setup_alias index 0d5c302..bfa34f0 100644 --- a/tests/_setup_alias +++ b/tests/_setup_alias @@ -1,6 +1,7 @@ outfile=$(mktemp) error() { + echo "FAILURE" echo "$1" echo "sleeping 3" sleep 3 |