commit b0b62cd5d4abd7b2c9cf7cbba937246ce31b0b1d Author: Radek Pazdera rpazdera@redhat.com Date: Wed Oct 9 11:05:48 2013 +0200
smoke-tests: Fixing a message
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 Signed-off-by: Jiri Pirko jiri@resnulli.us
recipes/smoke/generate-recipes.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- 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