summaryrefslogtreecommitdiff
path: root/test/format/smoke.sh
blob: 62577692d0c85d4a3717c01c45247c1344dcd8cd (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

# Smoke-test format as part of running "make check".
args="-1 -c "." data_source=table ops=100000 rows=10000 threads=4"

./t $args file_type=fix || exit 1
./t $args file_type=row || exit 1
./t $args file_type=row data_source=lsm || exit 1
./t $args file_type=var || exit 1