Skip to content

Commit

Permalink
Remove a leftover debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tobim committed Oct 4, 2023
1 parent 3c75444 commit 847c51b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/web/functional-test/tests/setup_suite.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ wait_for_http() {

TENZIR_DIR="$(realpath "$(dirname "$(command -v tenzir)")")"
export BATS_LIB_PATH=${BATS_LIB_PATH:+${BATS_LIB_PATH}:}${TENZIR_DIR}/../share/tenzir/functional-test
echo "$BATS_LIB_PATH"

BATS_SUITE_DIRNAME="${BATS_TEST_DIRNAME}"
export BATS_SUITE_DIRNAME
Expand Down

0 comments on commit 847c51b

Please sign in to comment.