The action now goes before the arguments. This patch just changes this in a message that is printed by the smoke tests generator.
Signed-off-by: Radek Pazdera rpazdera@redhat.com --- recipes/smoke/generate-recipes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes/smoke/generate-recipes.py b/recipes/smoke/generate-recipes.py index 2361aab..bed434b 100755 --- a/recipes/smoke/generate-recipes.py +++ b/recipes/smoke/generate-recipes.py @@ -31,7 +31,7 @@ def print_test_usage(): print " +-----------+ +-----------+"
print "\nYou can execute the set using the following command:" - print " ./lnst-ctl -d recipes/smoke/tests/ run" + print " ./lnst-ctl -d run recipes/smoke/tests/"
def replace_variables(recipe, name1, name2, variables): vars = dict(variables.items("defaults"))
lnst-developers@lists.fedorahosted.org