diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-10 23:06:21 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-10 23:06:21 +0200 |
commit | a2a853be927de72bf582efb8da256159f5aeaf68 (patch) | |
tree | c5e164230b1a2af0d42f85ef670a104397478c38 /test-suites/short-smoke/service-check.yaml | |
parent | b3186538163e873fd58986184586ac5a4463fd17 (diff) |
Prepare the nogfx variant of the service check
and enhance verbosity.
Change-Id: Ia95a6236ffc4229703714ad58b70b21c00884c5c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'test-suites/short-smoke/service-check.yaml')
-rw-r--r-- | test-suites/short-smoke/service-check.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suites/short-smoke/service-check.yaml b/test-suites/short-smoke/service-check.yaml index ca0b4c0..8c680c9 100644 --- a/test-suites/short-smoke/service-check.yaml +++ b/test-suites/short-smoke/service-check.yaml @@ -12,4 +12,4 @@ metadata: run: steps: - "cd common/scripts" - - "./service-check.sh" + - "./service-check-gfx.sh" |