Project

General

Profile

action #62600

Updated by tinita about 4 years ago

When options optiona like `--apikey` are passed as the first arguments, the script does not output anything and exits with 3: 

     % openqa-clone-custom-git-refspec --apikey aaaa --apisecret aaaa    https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/9407 https://openqa.suse.de/tests/3817935 
     % echo $? 
     3 

 That's not very helpful. 
 Also the script is missing a `--help` option.

Back