Tests: trigger: mi: use utils.sh xsd versions for xml diff
[lttng-tools.git] / tests / regression / tools / trigger / test_add_trigger_cli
index 278c5c781a4ecc95be3640e95c148003fdbe3c4a..820c141c8c76b179c1e573ed0b52d58338b3e78d 100755 (executable)
@@ -92,7 +92,7 @@ function test_mi ()
 
        cat > "${tmp_expected_stdout}" <<- EOF
        <?xml version="1.0" encoding="UTF-8"?>
-       <command xmlns="https://lttng.org/xml/ns/lttng-mi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://lttng.org/xml/ns/lttng-mi https://lttng.org/xml/schemas/lttng-mi/4/lttng-mi-4.0.xsd" schemaVersion="4.0">
+       <command xmlns="https://lttng.org/xml/ns/lttng-mi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://lttng.org/xml/ns/lttng-mi https://lttng.org/xml/schemas/lttng-mi/${MI_XSD_MAJOR_VERSION}/lttng-mi-${MI_XSD_MAJOR_VERSION}.${MI_XSD_MINOR_VERSION}.xsd" schemaVersion="${MI_XSD_MAJOR_VERSION}.${MI_XSD_MINOR_VERSION}">
          <name>add-trigger</name>
          <output>
            <trigger>
This page took 0.022822 seconds and 4 git commands to generate.