guberti commented on a change in pull request #9007:
URL: https://github.com/apache/tvm/pull/9007#discussion_r708399118



##########
File path: apps/microtvm/reference-vm/arduino/base-box/base_box_test.sh
##########
@@ -30,11 +30,11 @@ fi
 
 board=$1
 
-pytest tests/micro/arduino/test_arduino_workflow.py --arduino-board=${board}
+pytest tests/micro/arduino/test_arduino_workflow.py --arduino-board=${board} -s
 
 if [ $board == "nano33ble" ]; then
     # https://github.com/apache/tvm/issues/8730
     echo "NOTE: skipped test_arduino_rpc_server.py on $board -- known failure"
 else
-    pytest tests/micro/arduino/test_arduino_rpc_server.py 
--arduino-board=${board}
+    pytest tests/micro/arduino/test_arduino_rpc_server.py 
--arduino-board=${board} -s

Review comment:
       I'd really like to keep the `-s` flag - doing so would make it *much* 
easier to understand issues when the pop up on Wolfi.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to