X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=44cc31404b42dc460b2e3c3a8638622f457f4a56;hb=1f1f7e351ffdd153226d92e29ae621630c6a3fe1;hp=517b96a5a8c3af76b13a109e8115ee6c0755e505;hpb=dcd975d1c32dfbbcdd122a97649a9189d9a42e25;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 517b96a5a..44cc31404 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -16,7 +16,7 @@ BABELTRACE_BIN="babeltrace" OUTPUT_DEST=/dev/null ERROR_OUTPUT_DEST=/dev/null MI_XSD_MAJOR_VERSION=4 -MI_XSD_MINOR_VERSION=0 +MI_XSD_MINOR_VERSION=1 MI_XSD_PATH="$TESTDIR/../src/common/mi-lttng-${MI_XSD_MAJOR_VERSION}.${MI_XSD_MINOR_VERSION}.xsd" MI_VALIDATE="$TESTDIR/utils/xml-utils/validate_xml ${MI_XSD_PATH}"