run.sh: In case of error, also print the stderr log
Change-Id: I9a20bf2d755749b036788d7e2fce044a7f36eb2e
[ROCm/roctracer commit: e1fa2cb5d5]
This commit is contained in:
zatwierdzone przez
Laurent Morichetti
rodzic
8247d2ca18
commit
fc397530cf
@@ -83,7 +83,10 @@ eval_test() {
|
||||
eval "$cmdline" 1>$test_trace 2>$test_name.err
|
||||
is_failed=$?
|
||||
if [ $is_failed != 0 ] ; then
|
||||
echo "--- stdout ---"
|
||||
cat $test_trace
|
||||
echo "--- stderr ---"
|
||||
cat $test_name.err
|
||||
fi
|
||||
if [ $IS_CI = 1 ] ; then
|
||||
is_failed=0;
|
||||
|
||||
Reference in New Issue
Block a user