mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[None][infra] Fix slurm exitcode (#8585)
Signed-off-by: qqiao <qqiao@nvidia.com> Signed-off-by: Emma Qiao <qqiao@nvidia.com>
This commit is contained in:
parent
3a5845e293
commit
7c1bca4563
@ -99,10 +99,6 @@ echo "Full Command: $pytestCommand"
|
||||
done
|
||||
fi
|
||||
|
||||
# Turn off "exit on error" so the following lines always run
|
||||
set +e
|
||||
trap - ERR
|
||||
|
||||
eval $pytestCommand
|
||||
echo "Rank${SLURM_PROCID} Pytest finished execution"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user