Skip to content

Commit

Permalink
debug win tests in bats
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 1, 2024
1 parent 7c52602 commit 923a70c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/bats_setup
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
setup() {
bats_require_minimum_version 1.5.0
T="$BATS_TEST_DIRNAME"
R=`cd "$T"/.. && pwd`
# R=`cd "$T"/.. && pwd`
R=`pwd`
>&3 echo "R = $R"
load "$T"/test_helper/bats_support/load
load "$T"/test_helper/bats_assert/load
[ "$CJIT" == "" ] && CJIT="${R}/cjit"
Expand Down

0 comments on commit 923a70c

Please sign in to comment.