Skip to content

Commit

Permalink
annoying, seems like the rebase broke ctest?
Browse files Browse the repository at this point in the history
  • Loading branch information
bollu committed Mar 31, 2024
1 parent 51068e5 commit 2e4112b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ for i in {0..1}; do
make -j10 stage2
touch $EXPERIMENTDIR/$CSVNAME && echo "" > $EXPERIMENTDIR/$CSVNAME
$TIME -v make -j10 stage3 2>&1 | tee "$EXPERIMENTDIR/time-${KINDS[i]}-stage3.txt"
# cd stage3 && ctest -j32 --output-on-failure 2>&1 | tee "$EXPERIMENTDIR/ctest-${KINDS[i]}-stage3.txt" && cd ../
curl -d "Done[${KINDS[i]}]. run:$EXPERIMENTDIR. machine:$(uname -a)." ntfy.sh/xISSztEV8EoOchM2
done;

0 comments on commit 2e4112b

Please sign in to comment.