commit | 2b2b7948c1960ba4680677664ff58477be869de6 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Wed Feb 12 21:26:06 2020 +0100 |
committer | Phil Sutter <phil@nwl.cc> | Fri Feb 14 12:16:32 2020 +0100 |
tree | 7cc42ce27b7c354afd999f0600dcb165983af7c3 | |
parent | 8e76391096f12212985c401ee83a67990aa27a29 [diff] |
tests: shell: Fix skip checks with --host mode When testing host binaries, XT_MULTI variable contains just the program name without path component which most skip checks didn't expect. Fix them, and while being at it also reduce indenting level in two scripts by moving the skip check up front with an early exit call. Fixes: 416898e335322 ("tests/shell: Support testing host binaries") Signed-off-by: Phil Sutter <phil@nwl.cc>