Fix rlgl usage
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
diff --git a/.travis/build-in-container.sh b/.travis/build-in-container.sh
index 02b1e56..4baf479 100755
--- a/.travis/build-in-container.sh
+++ b/.travis/build-in-container.sh
@@ -25,6 +25,7 @@ uuencode libffi.log.gz -
echo ================================================================
echo ================================================================
+./rlgl l https://rl.gl
ID=$(./rlgl start)
./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log
exit $?
diff --git a/.travis/build.sh b/.travis/build.sh
index 0ff1bc2..65449cc 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -43,6 +43,7 @@ function build_linux()
echo ================================================================
echo ================================================================
+ ./rlgl l https://rl.gl
ID=$(./rlgl start)
./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log
exit $?
diff --git a/.travis/install.sh b/.travis/install.sh
index e6a1865..8746753 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -12,8 +12,6 @@ else
# Download and extract the client
wget -qO - http://rl.gl/cli/rlgl-linux-amd64.tgz | \
tar --strip-components=2 -xvzf - ./rlgl/rlgl
- # Log into the server
- ./rlgl login https://rl.gl
sudo apt-get clean # clear the cache
sudo apt-get update