prefix the logs with a marker for debug

This commit is contained in:
Earl Warren 2023-10-13 22:30:22 +02:00
parent b89d03dbb7
commit ff91240ee5
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 6 additions and 3 deletions

View file

@ -5,6 +5,7 @@ set -e
SELF_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
TMPDIR=/tmp/cascading-pr-test
mkdir -p $TMPDIR
source $SELF_DIR/../cascading-pr-lib.sh
function push_self() {