X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=2b39c48fa8ae53bc272abcc73b80e50ab49b07f9;hb=d236104d05b816080a88c30d9986b03395a5f371;hp=49296c71a8afd239584d2f74eff0c9edf6049b00;hpb=c589790daafb5b2837e18c2ece34d09b9095279a;p=osm%2FRO.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 49296c71..2b39c48f 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -1,2 +1,18 @@ -#!/bin/sh -echo "UNITTEST" +#!/bin/bash + +# 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 '%s\n' "$OUTPUT"