avoid running command at 'skip_test'

this happened by accident (a copy/paste bug).
Now the Ruby exception is thrown immediately.
This commit is contained in:
Johan Holmberg 2016-11-07 18:30:29 +01:00
parent 42342d0c96
commit 94130debdd

View File

@ -359,9 +359,7 @@ module Cmdtest
#------------------------------
def skip_test(reason)
_process_after do
raise TestSkipped, "SKIP: " + reason
end
raise TestSkipped, "SKIP: " + reason
end
#------------------------------