DragonFlyBSD Kernel Audit
DF-1863 / run.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
#!/bin/sh
# DF-1863 harness run script.  Two iterations so the statistical race shows.
set -e
cd "$(dirname "$0")"
echo "=== run 1 ==="
./race
echo "=== run 2 ==="
./race