Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-polygon committed Sep 19, 2024
1 parent 76df518 commit 184878d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/prove_stdio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export RAYON_NUM_THREADS=$num_procs
#export RUST_LOG=trace
# Script users are running locally, and might benefit from extra perf.
# See also .cargo/config.toml.
#export RUSTFLAGS='-C target-cpu=native -Zlinker-features=-lld'
export RUSTFLAGS='-C target-cpu=native -Zlinker-features=-lld'

INPUT_FILE=$1
TEST_ONLY=$2
Expand Down
6 changes: 3 additions & 3 deletions scripts/test_jerigon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ USEDTOFAIL="
"

ROUND2="
15
35
664
665
667
Expand All @@ -153,6 +151,8 @@ NOWSUCCESS="
28
65
566
15
35
"

# 470..663 from Robin
Expand Down Expand Up @@ -186,7 +186,7 @@ for BLOCK in $BLOCKS; do
echo "Testing blocks: $BLOCKS."
echo "Now testing block $BLOCK .."
export RUST_LOG=info
scripts/prove_stdio.sh $WITNESS test_only
prove_stdio.sh $WITNESS test_only
EXITCODE=$?
if [ $EXITCODE -eq 0 ]
then
Expand Down
2 changes: 1 addition & 1 deletion scripts/test_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ echo "Testing prepared witnesses.."

for WITNESS in witnesses/*.native.$GITHASH.witness.json; do
echo "Testing $WITNESS"
zero_bin/tools/prove_stdio.sh $WITNESS test_only
prove_stdio.sh $WITNESS test_only
EXITCODE=$?
if [ $EXITCODE -eq 0 ]
then
Expand Down

0 comments on commit 184878d

Please sign in to comment.