From: Dmitry Burmistrov Date: Thu, 22 Sep 2016 11:54:56 +0000 (+0300) Subject: Remove tests stuff X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a98da4c8bd208f7817b5f8b7d060724e6a5dac2a;hp=f6145c6bfdc2db9c01ad261bb946f69df54a2024;p=openstack-build%2Fdjango_openstack_auth-build.git Remove tests stuff Related-Bug: #1602240 --- diff --git a/tests/runtests.sh b/tests/runtests.sh deleted file mode 100755 index f6a3f99..0000000 --- a/tests/runtests.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -x - -RES=0 - -case $1 in -python-django-openstack-auth|openstack_auth|python2-django-openstack-auth) - echo "Testing $1" - python -c "import openstack_auth" - RES=$? -;; -*) - echo "test not defined, skipping..." -;; -esac - -exit $RES