mesos: fix RuboCop warnings.
This commit is contained in:
parent
a9678aab86
commit
b76000f51b
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class Mesos < Formula
|
|||
rescue Timeout::Error
|
||||
Process.kill "TERM", agent
|
||||
end
|
||||
assert $?.exitstatus, "agent process died, check MESOS-6606-related behavior"
|
||||
assert $CHILD_STATUS.exitstatus, "agent process died, check MESOS-6606-related behavior"
|
||||
|
||||
# Make tests for minimal functionality.
|
||||
master = fork do
|
||||
|
|
Loading…
Reference in a new issue