Skip to content

Commit

Permalink
Make stdout unbuffered.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpgit committed Apr 2, 2024
1 parent bee5862 commit e38422a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
18 changes: 0 additions & 18 deletions getting-credits/2024/tests/config.var

This file was deleted.

3 changes: 2 additions & 1 deletion getting-credits/2024/tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
[[ -x $STEF ]] || { echo "STEF variable value '$STEF' not an executable" \
"script." >&2 && exit 1; }

$STEF $*
command -v stdbuf && prefix="stdbuf -o0"
$prefix $STEF ${@}

0 comments on commit e38422a

Please sign in to comment.