File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ test_pytest_models() { # Test ops and other things
8787 backends/arm/scripts/build_executorch.sh
8888
8989 # Run arm baremetal pytest tests without FVP
90- pytest --verbose --color=yes --numprocesses=auto backends/arm/test/models
90+ pytest --verbose --color=yes backends/arm/test/models
9191 echo " ${TEST_SUITE_NAME} : PASS"
9292}
9393
@@ -122,7 +122,7 @@ test_pytest_models_ethosu_fvp() { # Same as test_pytest but also sometime verify
122122 backends/arm/test/setup_testing.sh
123123
124124 # Run arm baremetal pytest tests with FVP
125- pytest --verbose --color=yes --numprocesses=auto backends/arm/test/models --arm_run_corstoneFVP
125+ pytest --verbose --color=yes backends/arm/test/models --arm_run_corstoneFVP
126126 echo " ${TEST_SUITE_NAME} : PASS"
127127}
128128
You can’t perform that action at this time.
0 commit comments