From a98da4c8bd208f7817b5f8b7d060724e6a5dac2a Mon Sep 17 00:00:00 2001 From: Dmitry Burmistrov Date: Thu, 22 Sep 2016 14:54:56 +0300 Subject: [PATCH] Remove tests stuff Related-Bug: #1602240 --- tests/runtests.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 tests/runtests.sh 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 -- 2.32.3