Bug 1842: LTS Support
[osm/MON.git] / devops-stages / stage-test.sh
index d588666..75a3c61 100755 (executable)
 # License for the specific language governing permissions and limitations
 # under the License.
 
-# For those usages not covered by the Apache License, Version 2.0 please
-# contact: prithiv.mohan@intel.com or adrian.hoban@intel.com
-
-#__author__ = "Prithiv Mohan"
-#__date__   = "14/Sep/2017"
-
-#!/bin/bash
-tox
+OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto)
+printf "$OUTPUT"