first simple test
This commit is contained in:
13
initial-kv/test-kv.sh
Executable file
13
initial-kv/test-kv.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#! /bin/bash
|
||||
|
||||
if ! [[ -x kv ]]; then
|
||||
echo "kv executable does not exist"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
../tester/run-tests.sh
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user