Skip to content

Instantly share code, notes, and snippets.

@take-cheeze
Created July 4, 2018 15:18
Show Gist options
  • Save take-cheeze/24853d07dc694a34f7e3da9a57f5966e to your computer and use it in GitHub Desktop.
Save take-cheeze/24853d07dc694a34f7e3da9a57f5966e to your computer and use it in GitHub Desktop.
Unstaged changes (1)
modified lib/mruby/build.rb
@@ -296,7 +296,7 @@ EOS
def run_test
puts ">>> Test #{name} <<<"
mrbtest = exefile("#{build_dir}/bin/mrbtest")
- sh "#{filename mrbtest.relative_path}#{$verbose ? ' -v' : ''}"
+ sh "time -v #{filename mrbtest.relative_path}#{$verbose ? ' -v' : ''}"
puts
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment