@@ -0,0 +1,8 @@
#!/bin/bash
while true; do
cargo test store_test -- --nocapture
exit_code=$?
if [ $exit_code -ne 0 ]; then
break
fi
done
The note is not visible to the blocked user.