Skip to content

Commit 7853451

Browse files
committed
Revert "Change echo to printf per PR auto suggestion"
This reverts commit 2c0b7aa. Signed-off-by: Elaine Zhao <elaineyz@amazon.com>
1 parent 2c0b7aa commit 7853451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/hardware_ci/run-neuron-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docker run --rm -it --device=/dev/neuron0 --network bridge \
5858
python3 /workspace/vllm/examples/offline_inference/neuron.py;
5959
python3 -m pytest /workspace/vllm/tests/neuron/1_core/ -v --capture=tee-sys;
6060
for f in /workspace/vllm/tests/neuron/2_core/*.py; do
61-
printf "Running test file: %s\n" "\$f";
61+
echo \"Running test file: \$f\";
6262
python3 -m pytest \$f -v --capture=tee-sys;
6363
done
6464
"

0 commit comments

Comments
 (0)