X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=e5091b6712462022233e17ea80a9cbf80340ef36;hp=49296c71a8afd239584d2f74eff0c9edf6049b00;hb=refs%2Fchanges%2F55%2F10355%2F28;hpb=0abcd732a7aaf919f1be408fe946e52920e2702d diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 49296c71..e5091b67 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -1,2 +1,18 @@ #!/bin/sh -echo "UNITTEST" + +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +echo launching tox +OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto) +printf "$OUTPUT"