diff options
Diffstat (limited to 'bin/run_tests')
| -rwxr-xr-x | bin/run_tests | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/run_tests b/bin/run_tests index f4778988..a44fcdcf 100755 --- a/bin/run_tests +++ b/bin/run_tests @@ -249,6 +249,10 @@ class LeapTest < MiniTest::Unit::TestCase    end  end +def assert_running(process) +  assert pgrep(process).any?, "No running process for #{process}" +end +  #  # Custom test runner in order to modify the output.  #  | 
