ARMmbed / mbed-flasher

mbed device flasher application
Other
10 stars 10 forks source link

Update ls and version number #132

Closed jupe closed 6 years ago

jupe commented 6 years ago

Status

READY

Migrations

NO

Description

prepare for next patch release

juhhov commented 6 years ago

Linux x86 test results:

systest@raasdesktop:~/workspace/mbed-flasher$ coverage run -m unittest discover -s test
.usage: mbedflash [-h] [-v] [-s] <command> ...
mbedflash: error: argument <command>: invalid choice: 'discover' (choose from 'list', 'flashers', 'version', 'flash', 'reset', 'erase')
......[ERROR](mbed-flasher): Flashing failed: The transfer timed out.. tid=0240000034544e45004b00018aa9001d2011000097969900
[ERROR](mbed-flasher): Failed: The transfer timed out.
....................usage: mbedflash [-h] [-v] [-s] <command> ...
mbedflash: error: too few arguments
...usage: mbedflash [-h] [-v] [-s] <command> ...
mbedflash: error: argument <command>: invalid choice: 'discover' (choose from 'list', 'flashers', 'version', 'flash', 'reset', 'erase')
..................usage: mbedflash [-h] [-v] [-s] <command> ...

For specific command help, run: mbedflash <command> --help

optional arguments:
  -h, --help     show this help message and exit
  -v, --verbose  Verbose level... repeat up to three times.
  -s, --silent   Silent - only errors will be printed.

command:
  <command>      command help
    list         Prints a list of supported platforms.
    flashers     Prints a list of supported flashers.
    version      Display version information
    flash        Flash given resource
    reset        Reset given resource
    erase        Erase given resource
.usage: mbedflash [-h] [-v] [-s] <command> ...
mbedflash: error: argument <command>: invalid choice: 'a' (choose from 'list', 'flashers', 'version', 'flash', 'reset', 'erase')
..s.s..................................................................
----------------------------------------------------------------------
Ran 120 tests in 394.749s

OK (skipped=2)