Feature 10887: Add cross-model relations support
[osm/LCM.git] / devops-stages / stage-test.sh
index e637200..141fa55 100755 (executable)
@@ -14,4 +14,5 @@
 # under the License.
 ##
 
-tox   # flake8 unittest
+OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto)
+printf "$OUTPUT"