Skip to content

Commit 87f3895

Browse files
committed
feat: run ctest on stage3
1 parent 2e4112b commit 87f3895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

1-runs/run-2024-03-31---06-37---tcg40/run-lean-stage-bench-worker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ KINDS=("noreuse" "reuse")
3535

3636
for i in {0..1}; do
3737
echo "@@@ ${KINDS[i]} BUILD @@@"
38+
curl -d "Started[${KINDS[i]}]. run:$EXPERIMENTDIR. machine:$(uname -a)." ntfy.sh/xISSztEV8EoOchM2
3839
mkdir -p builds/
3940
git clone --depth 1 git@github.com:opencompl/lean4.git --branch ${COMMITS[i]} $EXPERIMENTDIR/builds/${KINDS[i]}
4041
mkdir -p $EXPERIMENTDIR/builds/${KINDS[i]}/build/release/
@@ -53,6 +54,6 @@ for i in {0..1}; do
5354
make -j10 stage2
5455
touch $EXPERIMENTDIR/$CSVNAME && echo "" > $EXPERIMENTDIR/$CSVNAME
5556
$TIME -v make -j10 stage3 2>&1 | tee "$EXPERIMENTDIR/time-${KINDS[i]}-stage3.txt"
56-
# cd stage3 && ctest -j32 --output-on-failure 2>&1 | tee "$EXPERIMENTDIR/ctest-${KINDS[i]}-stage3.txt" && cd ../
57+
cd stage3 && ctest -E handleLocking -j32 --output-on-failure 2>&1 | tee "$EXPERIMENTDIR/ctest-${KINDS[i]}-stage3.txt" && cd ../
5758
curl -d "Done[${KINDS[i]}]. run:$EXPERIMENTDIR. machine:$(uname -a)." ntfy.sh/xISSztEV8EoOchM2
5859
done;

0 commit comments

Comments
 (0)