X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Flib%2Fproject_lib.robot;h=35366e258aa13d82c0a938961287d9cb856000f2;hb=23ff8f980f66ef57fb4d254336a018e3a697a187;hp=f44ddac2f873a440648fd52a5e4a22ec8eadeaa9;hpb=f4ebaa88025189ede4f073ab8a1f27c95efff867;p=osm%2Ftests.git diff --git a/robot-systest/lib/project_lib.robot b/robot-systest/lib/project_lib.robot index f44ddac..35366e2 100644 --- a/robot-systest/lib/project_lib.robot +++ b/robot-systest/lib/project_lib.robot @@ -63,7 +63,7 @@ Update Project Name Should Not Be Empty ${project_name} Should Not Be Empty ${new_name} ${rc} ${stdout}= Run and Return RC and Output osm project-update ${project_name} --name ${new_name} - log ${stdout} + Log ${stdout} Should Be Equal As Integers ${rc} ${success_return_code}