From 09870097bd2544c741bd4e024168fec0e734944e Mon Sep 17 00:00:00 2001 From: ChadliaJerad Date: Fri, 18 Aug 2023 17:28:40 -0700 Subject: [PATCH] Remove the path to trace_to_csv, as no longer valid --- util/tracing/launch-fedsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/tracing/launch-fedsd.sh b/util/tracing/launch-fedsd.sh index 341e67332..600cc4d37 100755 --- a/util/tracing/launch-fedsd.sh +++ b/util/tracing/launch-fedsd.sh @@ -75,7 +75,7 @@ rti_csv_file='' for each_lft_file in $lft_files_list do # Tranform to csv - ${base}/bin/trace_to_csv $each_lft_file + trace_to_csv $each_lft_file # Get the file name csv=${each_lft_file%.*} if [ $csv == 'rti' ]