--diff by default, new --no-diff option

This commit is contained in:
Johan Holmberg
2016-11-04 22:26:05 +01:00
parent cd699f4a8e
commit 3c83c52c70
2 changed files with 12 additions and 2 deletions

View File

@ -43,7 +43,7 @@ module SelftestUtils
def cmd_cmdtest(*args)
cmdtest = "#{TOP}/bin/cmdtest.rb"
command = "ruby %s --quiet" % _quote(cmdtest)
command = "ruby %s --quiet --no-diff" % _quote(cmdtest)
cmd(command, *args) do
comment "running local cmdtest"
yield