Skip to content

Commit 54ea17b

Browse files
author
Krum Motsov
committed
Added a script to install testspace runner
1 parent fcbe4c9 commit 54ea17b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

testspace_install.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
# Install the Testspace runner
4+
mkdir ${HOME}/testspace
5+
wget -N -P . https://testspace-runner.s3.amazonaws.com/testspace-linux-latest.tgz
6+
tar -zxvf testspace-linux-latest.tgz -C ${HOME}/testspace
7+
rm testspace-linux-latest.tgz
8+
# export PATH=${HOME}/testspace:${PATH}

0 commit comments

Comments
 (0)