From: Jérémie Galarneau Date: Wed, 4 Nov 2015 23:24:48 +0000 (-0500) Subject: Tests: Change description of clock-override test X-Git-Tag: v2.8.0-rc1~226 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e10ccd8259f983a46c92655bf0d8c6ab7cb8b8fc Tests: Change description of clock-override test Signed-off-by: Jérémie Galarneau --- diff --git a/tests/regression/ust/clock-override/test_clock_override b/tests/regression/ust/clock-override/test_clock_override index d462926f8..f4a5feaee 100755 --- a/tests/regression/ust/clock-override/test_clock_override +++ b/tests/regression/ust/clock-override/test_clock_override @@ -14,7 +14,7 @@ # 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 -TEST_DESC="UST - Getcpu override plugin" +TEST_DESC="UST - Clock override plugin" CURDIR=$(dirname $0)/ TESTDIR=$CURDIR/../../..