Support of Python3.10
[osm/tests.git] / devops-stages / stage-test.sh
index 31161ac..335f9de 100755 (executable)
@@ -68,6 +68,8 @@ check_spaces_eol () {
     exit 1
 }
 
+echo "Checking syntax of Robot tests"
+
 echo "Checking tabs in robot files. No tabs should be present"
 check_tabs robot-systest/testsuite
 check_tabs robot-systest/lib
@@ -100,6 +102,6 @@ echo "No presence of spaces at EOL in robot files. Correct!"
 #   - Settings: 1 blank line to separate each kind of setting (all LIbrary together, all Resource together, etc.)
 #   - Test cases: 2 blank lines between test cases, max 1 blank line inside Test case, no blank line after Test Case Keyword
 
-echo "SUCCESS"
-exit 0
+echo "Launching tox"
+TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto