Skip to content

Commit

Permalink
Merge pull request #471 from GATEOverflow/mlperf-inference
Browse files Browse the repository at this point in the history
Fix tmp-run-env.out name
  • Loading branch information
arjunsuresh authored Nov 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 695897b + 5738432 commit b244d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/get-generic-sys-util/install.sh
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ if ! eval "$cmd"; then
echo "Command failed with status $?"
if [[ "${CM_TMP_FAIL_SAFE}" == 'yes' ]]; then
# Exit safely if fail-safe is enabled
echo "CM_GET_GENERIC_SYS_UTIL_INSTALL_FAILED=yes" > tmp-run.out
echo "CM_GET_GENERIC_SYS_UTIL_INSTALL_FAILED=yes" > tmp-run-env.out
echo "Fail-safe is enabled, exiting with status 0"
exit 0
else

0 comments on commit b244d7b

Please sign in to comment.