Last active
June 14, 2021 14:05
-
-
Save tsafin/046c6c798a3e3fd886c1faab4f64174a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/usr/bin/bash | |
root=$(git rev-parse --show-toplevel) | |
if [ "$1" == "--gdb" ]; then | |
prefix="gdb --args" | |
shift | |
fi | |
LUA_PATH="$root/test/sql-tap/lua/?.lua;$root/test/sql/lua/?.lua;;" \ | |
$prefix $root/build/src/tarantool $* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running Tarantool sql-tap script outside of test-run infrastructure