diff options
Diffstat (limited to 'short-tests.sh')
| -rwxr-xr-x | short-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/short-tests.sh b/short-tests.sh index bb1c669..44f265a 100755 --- a/short-tests.sh +++ b/short-tests.sh @@ -13,6 +13,8 @@ if [ ! -n "$GPUAPPS_ROOT" ]; then exit; fi +git config --system --add safe.directory '*' + export PATH=$CUDA_INSTALL_PATH/bin:$PATH source ./setup_environment make -j |
