diff options
author | Adrian Hunter <[email protected]> | 2022-09-12 11:34:09 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2022-10-04 08:55:23 -0300 |
commit | fd9b45e39cfaf885a8767bcb7631868155a2f4d6 (patch) | |
tree | 950098cc9e4c930d1d4015f4bd7ad7c0bc57e1c1 /drivers/usb/cdns3/cdns3-ti.c | |
parent | 5d7aac2bf87ab6b9f759c107b44bf8a0326c4c19 (diff) |
perf test: test_intel_pt.sh: Fix return checking
The use of set -e will cause a function that returns non-zero to terminate
the script unless the result is consumed by || for example. That is OK if
there is only 1 test function, but not if there are more. Prepare for more
by using ||.
Signed-off-by: Adrian Hunter <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Jiri Olsa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-ti.c')
0 files changed, 0 insertions, 0 deletions