X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fdestructive%2Fmetadata-regeneration;h=dcb102ff4ae2eafc109092566170141ff8488cd7;hb=235493868254e943513c6552c6821236284f00ac;hp=de0d3dec0212088d50b00527e19199961f344d38;hpb=6c4a91d639747f260ab46decebc50998ef063712;p=lttng-tools.git diff --git a/tests/destructive/metadata-regeneration b/tests/destructive/metadata-regeneration index de0d3dec0..dcb102ff4 100755 --- a/tests/destructive/metadata-regeneration +++ b/tests/destructive/metadata-regeneration @@ -1,19 +1,9 @@ #!/bin/bash # -# Copyright (C) - 2015 Julien Desfossez +# Copyright (C) 2015 Julien Desfossez # -# 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. # WARNING: this test changes the date of the system (and does not set it back). # This test sets the date of the current machine to $DATE1, creates a trace @@ -129,7 +119,7 @@ function test_ust_local () $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT \ --sync-after-first-event ${file_sync_after_first} \ - --sync-before-last-event ${file_sync_before_last} /dev/null 2>&1 & + --sync-before-last-event ${file_sync_before_last} > /dev/null 2>&1 & start_lttng_tracing_ok $SESSION_NAME @@ -167,7 +157,7 @@ function test_ust_streaming () $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT \ --sync-after-first-event ${file_sync_after_first} \ - --sync-before-last-event ${file_sync_before_last} /dev/null 2>&1 & + --sync-before-last-event ${file_sync_before_last} > /dev/null 2>&1 & start_lttng_tracing_ok $SESSION_NAME