blob: b3fded792173dace8e07b0779a2c0f205862a0ef [file] [log] [blame]
#!/bin/sh
# Die on the first three attempts.
. "$(dirname $0)"/../common.sh
inc_counter "runs"
if [ $(counter "runs") -lt 3 ]; then
exit 1
fi
passed