Skip to content

Commit

Permalink
reduce launching logs for java-server CI (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
justxuewei authored Jul 26, 2021
1 parent 676e294 commit 11b9e6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/waiting_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ do
exit
fi
echo "waiting... log file md5: $MD5"
cat $1
PREV_MD5=$MD5
done

echo "java-server is not launched properly, the launching log will be outputted at below: "
cat $1

0 comments on commit 11b9e6e

Please sign in to comment.