diff options
author | Oliver O'Halloran <[email protected]> | 2020-10-14 13:47:11 +1100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2020-10-14 22:03:39 +1100 |
commit | 996f9e0f93f16211945c8d5f18f296a88cb32f91 (patch) | |
tree | f86c39e363263031f8ff210193f50d98fb36e512 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | a2d0230b91f7e23ceb5d8fb6a9799f30517ec33a (diff) |
selftests/powerpc: Fix eeh-basic.sh exit codes
The kselftests test running infrastructure expects tests to finish with an
exit code of 4 if the test decided it should be skipped. Currently
eeh-basic.sh exits with the number of devices that failed to recover, so if
four devices didn't recover we'll report a skip instead of a fail.
Fix this by checking if the return code is non-zero and report success
and failure by returning 0 or 1 respectively. For the cases where should
actually skip return 4.
Fixes: 85d86c8aa52e ("selftests/powerpc: Add basic EEH selftest")
Signed-off-by: Oliver O'Halloran <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions