Browse Source

More Travis testing

Steven Smith 9 years ago
parent
commit
a619de3cf9
2 changed files with 1 additions and 2 deletions
  1. 0 2
      config/travis_setup.sh
  2. 1 0
      frameworks/C/lwan/setup.sh

+ 0 - 2
config/travis_setup.sh

@@ -48,8 +48,6 @@ sudo mkdir /home/testrunner
 sudo chown testrunner:testrunner /home/testrunner
 # Add the testrunner user to every group that the travis user is in
 sudo sed -i 's|:travis|:travis,testrunner|g' /etc/group
-# Add the testrunner user to the travis group specifically
-sudo sed -i 's|travis:x:\(.*\):|travis:x:\1:testrunner:|g' /etc/group
 # Maybe unneeded - add the travis user to the testrunner group
 sudo sed -i 's|testrunner:x:\(.*\):|testrunner:x:\1:travis|g' /etc/group
 # Need to add testrunner to the sudoers group AND default him to a sudoers

+ 1 - 0
frameworks/C/lwan/setup.sh

@@ -4,3 +4,4 @@ fw_depends lwan
 
 cd $LWAN_ROOT/techempower
 $LWAN_BUILD/techempower/techempower &
+