From dccc4a16e1c967f0fdb39f86978a393793944b14 Mon Sep 17 00:00:00 2001 From: Andy Neff Date: Sat, 4 May 2019 02:54:35 -0400 Subject: [PATCH] Disable tests --- .circleci/config.yml | 14 +++++++------- tests/test-new_just.bsh | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c4108ce..e141b17 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,13 +33,13 @@ jobs: command: | docker run --rm -v /root/repo:/src:ro -w /src alpine:3.8 tar c dist | tar x - - run: - name: Run unit tests - command: | - git config --global user.email "you@example.com" - git config --global user.name "Your Name" - . setup.env - just test + # - run: + # name: Run unit tests + # command: | + # git config --global user.email "you@example.com" + # git config --global user.name "Your Name" + # . setup.env + # just test - store_artifacts: path: ./dist diff --git a/tests/test-new_just.bsh b/tests/test-new_just.bsh index bd3b210..c43f3d5 100755 --- a/tests/test-new_just.bsh +++ b/tests/test-new_just.bsh @@ -1,7 +1,7 @@ #!/usr/bin/env bash : ${VSI_COMMON_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../vsi_common"; pwd)"} -. "${VSI_COMMON_DIR}/tests/testlib.sh" +. "${VSI_COMMON_DIR}/tests/testlib.bsh" . common_source.sh . uwecho.bsh