From: Antti Kantee Date: Sun, 15 Nov 2015 14:21:10 +0000 (+0000) Subject: rumprun-bake: check that "describe" is invoked with proper args X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cb459e7fc449a7416d2f3764dfb18f1aa56e084b;p=osstest%2Frumprun.git rumprun-bake: check that "describe" is invoked with proper args --- diff --git a/app-tools/rumprun-bake.in b/app-tools/rumprun-bake.in index 1a02aa2..94d83f0 100644 --- a/app-tools/rumprun-bake.in +++ b/app-tools/rumprun-bake.in @@ -317,6 +317,7 @@ list) exit 0 ;; describe) + [ $# -eq 2 ] || _die \"describe\" needs exactly one config. debugdump $2 exit 0 ;;