Commit 46fda8ad authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a57f7bb0
#!/bin/bash -e
# tries to minimize reproducer for https://github.com/golang/go/issues/41303
export GOTRACEBACK=crash
ulimit -c unlimited
export DBTail_SEED=1602769537289632682
for i in `seq 100`; do
echo -e "\n>>> #$i"
go test -v || break
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment