X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftest_utils.py;h=afe066d7692610b2bf0b79638ff63c5ec8d883cd;hp=02e632a26289fa24e7246abdbae481cf3b17c617;hb=e971184584781f70bbbfc52bbede8b9abf0436e5;hpb=bc1d8ca01415710d40224de312c7ecf6f4223301 diff --git a/tests/utils/test_utils.py b/tests/utils/test_utils.py index 02e632a26..afe066d76 100644 --- a/tests/utils/test_utils.py +++ b/tests/utils/test_utils.py @@ -1,19 +1,9 @@ #!/usr/bin/env python3 # -# Copyright (C) - 2013 Jérémie Galarneau +# Copyright (C) 2013 Jérémie Galarneau # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License, version 2 only, as -# published by the Free Software Foundation. +# SPDX-License-Identifier: GPL-2.0-only # -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -# more details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., 51 -# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import uuid import os @@ -84,7 +74,7 @@ def create_session(): res = create(session_name, trace_path) if res < 0: - bail("Failed to create tracing session.") + bail("Failed to create recording session.") channel = Channel() channel.name = "channel0"