X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=test%2Fexecution%2Fec.py;h=1bf20b12d68176faf7b635bac27e44aa89b6b4a2;hp=40d66c0a273c2fce149312ec2d4f0c7a518b20a3;hb=6285ca51026efb69642eea9dfc7c480e722d84a9;hpb=cb5d027b813a27d7de263653e1a8e0cef5490f0a diff --git a/test/execution/ec.py b/test/execution/ec.py index 40d66c0a..1bf20b12 100755 --- a/test/execution/ec.py +++ b/test/execution/ec.py @@ -74,7 +74,7 @@ class ExecuteControllersTestCase(unittest.TestCase): # When this task is executed and the error raise, # the FailureManager should set its failure level to # TASK_FAILURE - raise RuntimeError, "NOT A REAL ERROR. JUST TESTING!" + raise RuntimeError("NOT A REAL ERROR. JUST TESTING!") ec = ExperimentController()