Skip to content

Commit

Permalink
Remove debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Feb 10, 2025
1 parent 682fed1 commit 4719468
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ CHECKOUT_LATEST="git checkout \${VERSION}"
./run_in_compat_layer_env.sh "${TEST_CLONE} && ${LATEST_VERSION} && ${CHECKOUT_LATEST}"

# Run the test suite
echo "REFRAME_SCALE_TAG in run_tests: $REFRAME_SCALE_TAG"
./test_suite.sh "$@"
1 change: 0 additions & 1 deletion test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ else
exit ${test_selection_exit_code}
fi
# Allow people deploying the bot to override this
echo "REFRAME_SCALE_TAG: $REFRAME_SCALE_TAG"
if [ -z "$REFRAME_SCALE_TAG" ]; then
REFRAME_SCALE_TAG="--tag 1_node"
fi
Expand Down

0 comments on commit 4719468

Please sign in to comment.