summaryrefslogtreecommitdiff
path: root/src/gtm/test/regress.sh
blob: 314d17cda907ab8240681bce26ed64156d14344c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

cat /dev/null>regress.log

./test_serialize | tee -a regress.log 2>&1

./stop.sh
./start_a.sh
./test_connect 2>&1 | tee -a regress.log
./test_node 2>&1 | tee -a regress.log
./test_txn 2>&1 | tee -a regress.log
./test_seq 2>&1 | tee -a regress.log

echo ""
echo "=========== SUMMARY ============"
date
echo -n "Assert: "
grep -c ASSERT regress.log