You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@liminal.apache.org by av...@apache.org on 2021/07/20 09:30:55 UTC

[incubator-liminal] branch master updated: fix run_tests.sh

This is an automated email from the ASF dual-hosted git repository.

aviemzur pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git


The following commit(s) were added to refs/heads/master by this push:
     new c36e2d5  fix run_tests.sh
c36e2d5 is described below

commit c36e2d5c724ac3de1c1f080c49676c2143b7f540
Author: Aviem Zur <av...@gmail.com>
AuthorDate: Tue Jul 20 12:30:46 2021 +0300

    fix run_tests.sh
---
 run_tests.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/run_tests.sh b/run_tests.sh
index e89954d..7c2e8e8 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -17,12 +17,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-export LIMINAL_STAND_ALONE_MODE=True
-
-DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
-
-export AIRFLOW__CORE__DAGS_FOLDER="$DIR/tests/runners/airflow/liminal/"
-
 python -m unittest
-
-python check_license.py