Skip to content

Commit

Permalink
#969: Fix sleep command not found in log-order.sh (#976)
Browse files Browse the repository at this point in the history
Co-authored-by: jan-vcapgemini <[email protected]>
  • Loading branch information
alfeilex and jan-vcapgemini authored Feb 13, 2025
1 parent 9c2006b commit 52609da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# if this file is present, it will replace and mock System.getenv in the text context
PATH=${IDE_ROOT}/_ide/bin
PATH="/usr/bin:${IDE_ROOT}/_ide/bin"
2 changes: 1 addition & 1 deletion cli/src/test/resources/process-context/log-order.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

echo "out1"
sleep 1
echo "err1" >&2
sleep 1
echo "out2"
sleep 1
echo "err2" >&2

0 comments on commit 52609da

Please sign in to comment.