Skip to content
Snippets Groups Projects
Commit d41a8aea authored by Ali Mohammed's avatar Ali Mohammed
Browse files

Merge 62-waiting-for-pm-to-terminate-properly into devel

parents 3dc92537 51fb5e93
Branches
Tags
No related merge requests found
Pipeline #76474 passed
......@@ -34,6 +34,8 @@ terminate () {
# will make it receive a SIGPIPE eventually, which initiates
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait
exit ${2:-99}
}
......
......@@ -34,6 +34,8 @@ terminate () {
# will make it receive a SIGPIPE eventually, which initiates
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait
exit ${2:-99}
}
......
......@@ -34,6 +34,8 @@ terminate () {
# will make it receive a SIGPIPE eventually, which initiates
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait
exit ${2:-99}
}
......
......@@ -60,6 +60,8 @@ terminate () {
# will make it receive a SIGPIPE eventually, which initiates
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait
exit ${2:-99}
}
......
......@@ -58,6 +58,8 @@ terminate () {
# will make it receive a SIGPIPE eventually, which initiates
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait
exit ${2:-99}
}
......
......@@ -64,6 +64,8 @@ terminate () {
# will make it receive a SIGPIPE eventually, which initiates
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait
exit ${2:-99}
}
......
......@@ -65,6 +65,8 @@ terminate () {
# will make it receive a SIGPIPE eventually, which initiates
# termination.
exec 3<&-
echo "waiting pm to terminate"
wait
exit ${2:-99}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment