Skip to content

Commit

Permalink
Adjust printed test name
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui committed Mar 5, 2024
1 parent c451841 commit 31527d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/L0_batcher/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ fi
set +e
python queue_timeout_test.py > $TEST_LOG 2>&1
if [ $? -ne 0 ]; then
echo -e "\n***\n*** Scheduler Tests Failed\n***"
echo -e "\n***\n*** Queue Timeout Tests Failed\n***"
cat $TEST_LOG
RET=1
fi
Expand Down

0 comments on commit 31527d7

Please sign in to comment.