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 52697c2 commit c62c253
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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" "--debug=stack"
bash "./verify.sh" "--compact" "--admit-vcs=true"
else
bash "./verify.sh" "--compact" "--debug=stack"
bash "./verify.sh" "--compact"
fi
status=$?
cd -
Expand All @@ -49,6 +49,7 @@ function run_tests {

if [ $ADMIT_VCS = true ]; then
if [ $status -eq 0 ] || [ $status -eq 1 ]; then
cat $project/stainless-stack-trace.txt
echo "Stainless accepted project: $project."
exit 0
else
Expand Down

0 comments on commit c62c253

Please sign in to comment.