Skip to content
Snippets Groups Projects
Commit fb95ca00 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

ade-commands: Don't set the same subtest name for both subtests


Let `run-test-in-systemd` figure out the appropriate subtest name when
launching `ade-tests-custom.sh` and `ade-tests-defaults.sh`, instead of
confusingly setting the name as `run-test` for both.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 84726d2e
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ run:
- cd apertis-tests
- "# Run the ade-tests-custom.sh and ade-tests-defaults.sh script from the ade/
directory"
- common/run-test-in-systemd --timeout=30min --name=run-test ade/ade-tests-custom.sh
- common/run-test-in-systemd --timeout=30min --name=run-test ade/ade-tests-defaults.sh
- common/run-test-in-systemd --timeout=30min ade/ade-tests-custom.sh
- common/run-test-in-systemd --timeout=30min ade/ade-tests-defaults.sh
parse:
pattern: 'TEST_RESULT:(?P<result>\w+):(?P<test_case_id>[^:]+):'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment