Signed-off-by: Graeme Gregory graeme.gregory@linaro.org --- openembedded/aapits.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/openembedded/aapits.yaml b/openembedded/aapits.yaml index ba0b822..6a25bfd 100644 --- a/openembedded/aapits.yaml +++ b/openembedded/aapits.yaml @@ -13,15 +13,7 @@ metadata:
run: steps: - - 'git clone git://git.linaro.org/leg/acpica/acpica.git' - - 'cd acpica' - - 'git branch linaro origin/linaro' - - 'git checkout linaro' - - 'make iasl' - - 'cd tests/aapits' - - 'make all' - - 'cd bin' - - './aapitsrun' - - 'cat ../tmp/raw.out' + - 'aapitsrun aapits' + - 'cat aapits/raw.out' parse: pattern: "[ a-zA-Z]+ (?P<test_case_id>[a-zA-Z0-9]+):\s(?P<result>PASS|FAIL|SKIP)"