mariadb/ft/tests/run_ftdump_test.sh

12 lines
128 B
Bash
Raw Normal View History

#!/usr/bin/env bash
if [[ $# -ne 3 ]]; then exit 1; fi
test=$1; shift
outf=$1; shift
dump=$1; shift
set -e
$test
$dump $outf