We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e5b67 commit 48e14b1Copy full SHA for 48e14b1
scripts/setup_ice_irdma.sh
@@ -197,9 +197,9 @@ function install_perftest()
197
exit 1
198
fi
199
make -j "${NPROC}" && \
200
- as_root make install
+ as_root make install || \
201
+ { log_error log_error "Intel irdma: Could not make and/or install the perftest."; return 1; }
202
- log_error "Intel irdma: Could not make and/or install the perftest."
203
popd || log_warning "Intel irdma: Could not popd (directory). Ignoring."
204
log_info "End of install_perftest method. Finished installing perftest-24.07.0."
205
}
0 commit comments