utils/test-pkg: fix long option parsing
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Tue, 5 Feb 2019 21:21:41 +0000 (22:21 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 23 Jun 2019 19:38:13 +0000 (21:38 +0200)
commit989cda12ba0a55142eb2303ecad0d2d3aca96b90
treef4d4d5c5714f3b44f77fa17ee045d301036f5b8e
parent37bf239c22d9b5228d366326304ad79e7d95aa4c
utils/test-pkg: fix long option parsing

The long option parsing of test-pkg is broken because:
- some long options are not declared
- there should be a comma between long options, the colon does not replace
it.

This change also revealed that the declaration of 'toolchains-dir' should
have been 'toolchains-csv', originally introduced in commit ed59f81a3cb4ddb.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/test-pkg