Skip to content

Instantly share code, notes, and snippets.

@tsafin
Last active June 14, 2021 14:05
Show Gist options
  • Save tsafin/046c6c798a3e3fd886c1faab4f64174a to your computer and use it in GitHub Desktop.
Save tsafin/046c6c798a3e3fd886c1faab4f64174a to your computer and use it in GitHub Desktop.
#/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 $*
@tsafin
Copy link
Author

tsafin commented Dec 3, 2020

Running Tarantool sql-tap script outside of test-run infrastructure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment