SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / tests / regression / ust / test_event_basic
index acc79e5320d262bcfc6bee2033f9569041542247..fd4a632a5f486c75b57d14bae293d8b5f282e403 100755 (executable)
@@ -1,25 +1,13 @@
 #!/bin/bash
 #
-# Copyright (C) 2013 Christian Babeux <christian.babeux@efficios.com>
+# Copyright (C) 2013 Christian Babeux <christian.babeux@efficios.com>
 #
-# 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.
-#
-# 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.
+# SPDX-License-Identifier: GPL-2.0-only
 
 TEST_DESC="UST tracer - Basic events"
 
 CURDIR=$(dirname $0)/
 TESTDIR=$CURDIR/../..
-LTTNG_BIN="lttng"
 BIN_NAME="gen-ust-events"
 SESSION_NAME="valid_filter"
 EVENT_NAME="tp:tptest"
@@ -68,9 +56,8 @@ function test_event_basic()
        start_lttng_tracing_ok
        stop_lttng_tracing_ok
 
-       TODO="Validate trace output is coherent"
+       # TODO: Validate trace output is coherent"
        ok 0 "Validate trace"
-       unset TODO
 
        destroy_lttng_session_ok $SESSION_NAME2
        destroy_lttng_session_ok $SESSION_NAME
This page took 0.025519 seconds and 5 git commands to generate.