Athira Rajeev
3a4367c118
perf tests record+zstd_comp_decomp: Fix the shellcheck warnings about word splitting/quoting
...
Running shellcheck on record+zstd_comp_decomp.sh testcases
throws below warning:
In tests/shell/record+zstd_comp_decomp.sh line 16:
$perf_tool record -o $trace_file $gflag -z -F 5000 -- \
^---------^ SC2086 (info): Double quote to prevent globbing and word splitting.
Did you mean:
$perf_tool record -o "$trace_file" $gflag -z -F 5000 -- \
In tests/shell/record+zstd_comp_decomp.sh line 22:
$perf_tool report -i $trace_file --header --stats | \
^---------^ SC2086 (info): Double quote to prevent globbing and word splitting.
Added double quote around file names to fix these
shellcheck reported issues.
Signed-off-by: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Acked-by: Ian Rogers <irogers@google.com>
Cc: Disha Goel <disgoel@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kajol Jain <kjain@linux.ibm.com>
Cc: Madhavan Srinivasan <maddy@linux.ibm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: linuxppc-dev@lists.ozlabs.org
Link: https://lore.kernel.org/r/20230709182800.53002-23-atrajeev@linux.vnet.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2023-08-03 17:01:27 -03:00
..
2023-07-14 10:36:16 -03:00
2023-06-05 15:44:47 -07:00
2023-08-03 17:01:24 -03:00
2023-05-09 19:17:17 -04:00
2023-05-11 10:56:24 +02:00
2023-07-14 10:33:50 -03:00
2023-07-11 16:44:12 -03:00
2023-04-24 12:02:25 -07:00
2023-04-25 13:00:41 -07:00
2023-06-24 15:45:49 -07:00
2023-07-10 09:52:28 +02:00
2023-08-03 17:01:27 -03:00
2023-06-30 14:50:00 -07:00
2023-08-03 16:59:40 -03:00
2023-05-30 15:20:12 +01:00
2023-07-18 14:19:42 -07:00
2023-06-13 16:41:14 -04:00
2023-05-29 15:11:30 +01:00
2023-04-25 17:02:13 -04:00
2023-06-27 10:47:08 -04:00
2023-05-17 17:02:09 -10:00