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:
parent
42342d0c96
commit
94130debdd
@ -359,9 +359,7 @@ module Cmdtest
|
||||
#------------------------------
|
||||
|
||||
def skip_test(reason)
|
||||
_process_after do
|
||||
raise TestSkipped, "SKIP: " + reason
|
||||
end
|
||||
raise TestSkipped, "SKIP: " + reason
|
||||
end
|
||||
|
||||
#------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user