X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=devops-stages%2Fstage-test.sh;h=d57c97a78d8171f517cfcddb2d9ed764c718612e;hb=2346095e8f8d980c071592db4eac04fc3ff20699;hp=49296c71a8afd239584d2f74eff0c9edf6049b00;hpb=5461675ac6705ee92916ed741da1914bd2162482;p=osm%2FRO.git diff --git a/devops-stages/stage-test.sh b/devops-stages/stage-test.sh index 49296c71..d57c97a7 100755 --- a/devops-stages/stage-test.sh +++ b/devops-stages/stage-test.sh @@ -1,2 +1,17 @@ #!/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. + +tox -c RO/tox.ini +