summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner.rb b/test/runner.rb
index 028426d4f3..a3bb070e4f 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -30,6 +30,6 @@ begin
exit Test::Unit::AutoRunner.run(true, src_testdir)
rescue NoMemoryError
system("cat /proc/meminfo") if File.exist?("/proc/meminfo")
- system("ps x -opid,cmd,%mem,rss,size,vsz") if File.exist?("/bin/ps")
+ system("ps x -opid,args,%cpu,%mem,nlwp,rss,vsz,wchan,stat,start,time,etime,blocked,caught,ignored,pending,f") if File.exist?("/bin/ps")
raise
end