summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/runner.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/runner.rb b/test/runner.rb
index cbfa1d92b6..1f8ef83d2c 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -33,7 +33,6 @@ begin
rescue NoMemoryError
ObjectSpace.count_objects(h)
p h
- ObjectSpace.count_objects_size(h)
- p h
+ system("cat /proc/meminfo") if File.exist?("/proc/meminfo")
raise
end