Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Co-authored-by: Georgi Sabev <[email protected]>
  • Loading branch information
danail-branekov and georgethebeatle committed Sep 17, 2024
1 parent 76f0528 commit fd73c16
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions scripts/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env bash

set -euo pipefail
set -xeuo pipefail

SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
ROOT_DIR="${SCRIPT_DIR}/.."
ENVTEST_ASSETS_DIR="${SCRIPT_DIR}/../testbin"
ENVTEST_ASSETS_DIR="${ROOT_DIR}/testbin"
mkdir -p "${ENVTEST_ASSETS_DIR}"
extra_args=()

Expand Down Expand Up @@ -42,12 +42,6 @@ function configure_smoke_tests() {
}

function configure_non_e2e_tests() {
grepFlags="-sq"

if [[ -z "${NON_RECURSIVE_TEST:-}" ]]; then
grepFlags+="r"
fi

make -C "$ROOT_DIR" bin/setup-envtest
source <(setup-envtest use -p env --bin-dir "${ENVTEST_ASSETS_DIR}")

Expand Down

0 comments on commit fd73c16

Please sign in to comment.