Skip to content

Commit

Permalink
fix check_finufft.sh to actually check spreadinterp1d_test error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahbarnett committed Feb 18, 2025
1 parent 1f069cf commit b8cea9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check_finufft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [[ $E -eq 0 ]]; then echo passed; elif [[ $E -eq $SIGSEGV ]]; then echo crash

((N++))
T=spreadinterp1d_test$PRECSUF
./$T$FEX 1e2 2e2 $FINUFFT_REQ_TOL 0 2 2.0 2>$DIR/$T.err.out | tee $DIR/$T.out
./$T$FEX 1e2 2e2 $FINUFFT_REQ_TOL 0 2 2.0 $CHECK_TOL 2>$DIR/$T.err.out | tee $DIR/$T.out
E=${PIPESTATUS[0]}
if [[ $E -eq 0 ]]; then echo passed; elif [[ $E -eq $SIGSEGV ]]; then echo crashed; ((CRASHES++)); else echo failed; ((FAILS++)); fi

Expand Down

0 comments on commit b8cea9d

Please sign in to comment.