14 lines
120 B
Bash
Executable File
14 lines
120 B
Bash
Executable File
#! /bin/bash
|
|
|
|
if ! [[ -x kv ]]; then
|
|
echo "kv executable does not exist"
|
|
exit 1
|
|
fi
|
|
|
|
../tester/run-tests.sh
|
|
|
|
|
|
|
|
|
|
|