Skip to content

Commit

Permalink
fix: this is so weird
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcfd committed Feb 27, 2024
1 parent e6b2239 commit 779e98c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci-scripts/setup_test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ while [ $(curl -s -o /dev/null -I -w "%{http_code}" "http://localhost:7007/api/v
sleep 1
done

echo "Checking if checkpointer should be enabled, enable=${IT_TEST_CHECKPOINTER}"

if [ -z "${IT_TEST_CHECKPOINTER}" ]; then
echo "Starting Checkpointer"
mkdir it/sqlite
Expand Down

0 comments on commit 779e98c

Please sign in to comment.