Skip to content

Commit

Permalink
change exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-polygon committed Oct 15, 2024
1 parent cfb293c commit 3c497cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prove_stdio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi

if [[ ! -s $INPUT_FILE ]]; then
echo "Input file $INPUT_FILE does not exist or has length 0."
exit 1
exit 6
fi

# Circuit sizes only matter in non test_only mode.
Expand Down

0 comments on commit 3c497cc

Please sign in to comment.