Skip to content
Snippets Groups Projects
Commit 89b2c7d3 authored by DaGeRe's avatar DaGeRe
Browse files

More debut output

parent 757ecfe3
No related branches found
No related tags found
No related merge requests found
Pipeline #17343 failed
......@@ -117,6 +117,7 @@ function waitForStartup {
result=$(cat $fileName 2>&1)
if grep -q "$textToWaitFor" <<< $result ; then
echo "$fileName contains $textToWaitFor!"
echo "Result: $result"
ls -lah $fileName
break
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment