On Thu, Jan 12, 2017 at 11:36:20AM +0800, Peter Xu wrote: > Signed-off-by: Peter Xu <pet...@redhat.com> > --- > run_tests.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/run_tests.sh b/run_tests.sh > index 254129d..2cfa365 100755 > --- a/run_tests.sh > +++ b/run_tests.sh > @@ -41,7 +41,7 @@ while getopts "g:hv" opt; do > verbose="yes" > ;; > *) > - exit 1 > + exit 2 > ;; > esac > done > -- > 2.7.4 > >
Reviewed-by: Andrew Jones <drjo...@redhat.com>