Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Nov 28, 2024
1 parent b7179dc commit 52697c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-one-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ function run_tests {
cat "./verify.sh"
echo ""
if [ "$ADMIT_VCS" = true ]; then
bash "./verify.sh" "--compact" "--admit-vcs=true"
bash "./verify.sh" "--compact" "--admit-vcs=true" "--debug=stack"
else
bash "./verify.sh" "--compact"
bash "./verify.sh" "--compact" "--debug=stack"
fi
status=$?
cd -
Expand Down

0 comments on commit 52697c2

Please sign in to comment.