diff options
-rwxr-xr-x | test/testing.sh | 3 |
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 | ||
157 | else | 160 | else |
158 | luadir="/Programs/Lua/Current" | 161 | luadir="/Programs/Lua/Current" |
159 | fi | 162 | fi |