Remove part of last name to fit in a 80 character line
[lttng-tools.git] / tests / regression / tools / metadata / test_ust
index 529b0a21153265198a7043e7643217c54acafbbe..cea0d5ced76149d13a4c5860d9937e0dd85a72c4 100755 (executable)
@@ -1,19 +1,9 @@
 #!/bin/bash
 #
-# Copyright (C) - 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+# Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
 #
-# 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="Metadata env - User space tracing"
 
 CURDIR=$(dirname "$0")/
@@ -58,7 +48,7 @@ function test_per_uid ()
        enable_ust_lttng_event_ok "$session_name" $EVENT_NAME
        start_lttng_tracing_ok "$session_name"
 
-       $TESTAPP_BIN $NR_ITER
+       $TESTAPP_BIN -i $NR_ITER
 
        stop_lttng_tracing_ok "$session_name"
        destroy_lttng_session_ok "$session_name"
@@ -150,7 +140,7 @@ function test_per_pid ()
        enable_ust_lttng_event_ok "$session_name" $EVENT_NAME channel
        start_lttng_tracing_ok "$session_name"
 
-       $TESTAPP_BIN "$NR_ITER" "$NR_USEC_WAIT" &
+       $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT &
        testapp_pid=$!
        wait $testapp_pid
 
This page took 0.02755 seconds and 5 git commands to generate.