1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
#!/usr/bin/env bash |
|||
set -e |
|||
eval "$(bin/load-rbenv "$1")" |
|||
BASE_DIR="$(dirname "$(dirname "$0")")" |
|||
shift |
|||
LD_PRELOAD="$BASE_DIR/build/libfake.so" LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$BASE_DIR/build/" \ |
|||
exec rspec "$@" |
Loading…
Reference in new issue