Message ID | 20210617201153.67045-3-alex.hung@canonical.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/4] tpmevlog: add to batch tests | expand |
On 17/06/2021 21:11, Alex Hung wrote: > Signed-off-by: Alex Hung <alex.hung@canonical.com> > --- > live-image/fwts-frontend-text | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text > index 5ac327dd..815b09ee 100755 > --- a/live-image/fwts-frontend-text > +++ b/live-image/fwts-frontend-text > @@ -99,7 +99,7 @@ select_tests() > # > # Discover available tests > # > - fwts --batch --batch-experimental --uefitests --unsafe --show-tests | grep "^ "| sort | uniq > $OPTIONS > + fwts --batch --batch-experimental --uefitests --unsafe --utils --show-tests | grep "^ "| sort | uniq > $OPTIONS > while read test text > do > ((x++)) > Acked-by: Colin Ian King <colin.king@canonical.com>
On 6/18/21 4:11 AM, Alex Hung wrote: > Signed-off-by: Alex Hung <alex.hung@canonical.com> > --- > live-image/fwts-frontend-text | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text > index 5ac327dd..815b09ee 100755 > --- a/live-image/fwts-frontend-text > +++ b/live-image/fwts-frontend-text > @@ -99,7 +99,7 @@ select_tests() > # > # Discover available tests > # > - fwts --batch --batch-experimental --uefitests --unsafe --show-tests | grep "^ "| sort | uniq > $OPTIONS > + fwts --batch --batch-experimental --uefitests --unsafe --utils --show-tests | grep "^ "| sort | uniq > $OPTIONS > while read test text > do > ((x++)) > Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text index 5ac327dd..815b09ee 100755 --- a/live-image/fwts-frontend-text +++ b/live-image/fwts-frontend-text @@ -99,7 +99,7 @@ select_tests() # # Discover available tests # - fwts --batch --batch-experimental --uefitests --unsafe --show-tests | grep "^ "| sort | uniq > $OPTIONS + fwts --batch --batch-experimental --uefitests --unsafe --utils --show-tests | grep "^ "| sort | uniq > $OPTIONS while read test text do ((x++))
Signed-off-by: Alex Hung <alex.hung@canonical.com> --- live-image/fwts-frontend-text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)