Commit f3c81817 authored by Jérome Perrin's avatar Jérome Perrin

testnode: do not raise another completely different error

parent 4694a5bf
......@@ -339,7 +339,7 @@ develop = false
except:
log("testnode, error during requesting getTestType() method \
from the distributor.")
raise NotImplementedError
raise
# Select runner according to the test type
if my_test_type == 'UnitTest':
runner = UnitTestRunner(self)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment