Try and fix a yaml syntax error

The test fails with:

    line 1: True: command not found

This looks like a yaml issue and the string `true` is converted to the
canonical value `True`. Try and resolve that by putting the full path to
the command.

Related: RHEL-6401
This commit is contained in:
Omair Majid 2024-11-06 09:04:44 -05:00
parent 70d3848d38
commit 910b28ba0e

View File

@ -6,4 +6,4 @@ prepare:
- lttng-ust
execute:
script:
- true # always pass
- /usr/bin/true # always pass