X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Frotation%2Ftest_schedule_api;h=e2be8c1b885dcbd46176e7a6aaa8270c7861ed7c;hb=HEAD;hp=48c47467f17d4a9f322fdfce443df43293caf01f;hpb=ed9f1fb24a21b222c23684cdf8e77b4d21c21895;p=lttng-tools.git diff --git a/tests/regression/tools/rotation/test_schedule_api b/tests/regression/tools/rotation/test_schedule_api index 48c47467f..e2be8c1b8 100755 --- a/tests/regression/tools/rotation/test_schedule_api +++ b/tests/regression/tools/rotation/test_schedule_api @@ -1,26 +1,16 @@ #!/bin/bash # -# Copyright (C) - 2018 Jérémie Galarneau +# Copyright (C) 2018 Jérémie Galarneau # -# This library is free software; you can redistribute it and/or modify it under -# the terms of the GNU Lesser General Public License as published by the Free -# Software Foundation; version 2.1 of the License. -# -# This library 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 Lesser General Public License for more -# details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this library; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# SPDX-License-Identifier: LGPL-2.1-only + TEST_DESC="Rotation - Schedule API" CURDIR=$(dirname $0)/ TESTDIR=$CURDIR/../../.. SESSION_NAME="my_session" -TRACE_PATH=$(mktemp -d) +TRACE_PATH=$(mktemp -d -t tmp.rotation_schedule_api.XXXXXX) source $TESTDIR/utils/utils.sh