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)
|
def skip_test(reason)
|
||||||
_process_after do
|
raise TestSkipped, "SKIP: " + reason
|
||||||
raise TestSkipped, "SKIP: " + reason
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
#------------------------------
|
#------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user