summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJRPan <[email protected]>2024-01-26 15:08:26 -0500
committerJRPan <[email protected]>2024-01-26 15:08:26 -0500
commit77aefacafa0af7d45c407d772bd493397c6e1ae5 (patch)
treed3a292a7bc15210bbe505417e760683cfc352f25
parent291fb119ea89aec01d85c38e8a4aafd95bee0785 (diff)
fix dubious ownership
-rwxr-xr-xshort-tests.sh2
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