Explorar el Código

exit if lisp script error

narodnik hace 6 años
padre
commit
6048079efc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      run_jubjub.sh

+ 1 - 1
run_jubjub.sh

@@ -1,6 +1,6 @@
 #!/bin/bash -x
 #!/bin/bash -x
 #python scripts/preprocess.py proofs/jubjub.psm > /tmp/jubjub.psm || exit $?
 #python scripts/preprocess.py proofs/jubjub.psm > /tmp/jubjub.psm || exit $?
-racket lisp/jj.rkt
+racket lisp/jj.rkt || exit $?
 python scripts/compile.py --supervisor jj.psm --output jubjub.zcd || exit $?
 python scripts/compile.py --supervisor jj.psm --output jubjub.zcd || exit $?
 cargo run --release --bin jubjub
 cargo run --release --bin jubjub