Skip to content
Snippets Groups Projects
Commit e81cac83 authored by Walter Lozano's avatar Walter Lozano
Browse files

Fix run tests in systemd


After moving tests to test group, the steps were updated. However, while
doing that an error was introduced and the script was not found. When
using common/run-test-in-systemd the path to the script needs to be
included, to allow the script to run. This fixes errors like

boot-no-crashes/common/tee-exec: 19: boot-no-crashes.sh: not found

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent cafe99f1
No related branches found
No related tags found
1 merge request!615Fix run tests in systemd
Pipeline #697004 passed
......@@ -29,4 +29,4 @@ run:
- "# Enter test directory:"
- cd boot-no-crashes
- "# Execute the following command:"
- common/run-test-in-systemd --name=run-test boot-no-crashes.sh
\ No newline at end of file
- common/run-test-in-systemd --name=run-test ./boot-no-crashes.sh
\ No newline at end of file
......@@ -28,5 +28,5 @@ run:
- "# Enter test directory:"
- cd sanity
- "# Execute the following command:"
- common/run-test-in-systemd --name=as-root fsck-boot-rootfs.sh
- common/run-test-in-systemd --name=as-root ./fsck-boot-rootfs.sh
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