Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbrs committed Nov 18, 2023
1 parent d2be5f0 commit d262db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cairo_programs_verifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ process_file() {
if ! scarb build "$file_name" >error.log 2>&1; then
echo "Current directory: $(pwd)"
echo "Building file: $dir_path/$file_name"
scarb build "$file_name" >error.log 2>&1
scarb build >error.log 2>&1

cat error.log
has_errors=true
Expand Down

0 comments on commit d262db7

Please sign in to comment.