mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 04:39:58 +04:00
build,travis: remove "Terminated" message
More precisely, remove this message
./.travis_do.sh: line 16: 13736 Terminated while :; do
sleep 590; echo "still running (please don't kill me Travis)";
done
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ exec_status() {
|
||||
while :;do sleep 590;echo "still running (please don't kill me Travis)";done &
|
||||
("$@" 2>&1) | tee logoutput
|
||||
R=${PIPESTATUS[0]}
|
||||
kill $!
|
||||
kill $! && wait $! 2>/dev/null
|
||||
if [ $R -ne 0 ]; then
|
||||
echo_red "=> '$*' failed (return code $R)"
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user