Skip to content

Commit e06f332

Browse files
committed
Update
[ghstack-poisoned]
1 parent e126666 commit e06f332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/test_llama_runner_eager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ run_and_verify() {
4747
# Verify result.txt
4848
RESULT=$(cat result.txt)
4949
EXPECTED_RESULT="there was a little girl"
50-
if [[ "${RESULT}" == "${EXPECTED_RESULT}"* ]]; then
50+
if [[ "${RESULT}" == *"${EXPECTED_RESULT}"* ]]; then
5151
echo "Actual result: ${RESULT}"
5252
echo "Success"
5353
exit 0

0 commit comments

Comments
 (0)