aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/testing.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testing.sh b/test/testing.sh
index f87a10ef..73383bac 100755
--- a/test/testing.sh
+++ b/test/testing.sh
@@ -154,6 +154,9 @@ then
154 make install INSTALL_TOP="$luadir" &> /dev/null 154 make install INSTALL_TOP="$luadir" &> /dev/null
155 fi 155 fi
156 popd 156 popd
157 [ -e ~/.ssh/id_rsa.pub ] || ssh-keygen -t rsa -P "" -f ~/.ssh/id_rsa
158 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
159 chmod og-wx ~/.ssh/authorized_keys
157else 160else
158 luadir="/Programs/Lua/Current" 161 luadir="/Programs/Lua/Current"
159fi 162fi