Browse Source

Needed some travis debug info

msmith-techempower 10 years ago
parent
commit
0d28f2d5de
1 changed files with 4 additions and 0 deletions
  1. 4 0
      toolset/run-ci.py

+ 4 - 0
toolset/run-ci.py

@@ -392,6 +392,10 @@ class CIRunnner:
     # Set the default shell for testrunner to /bin/bash
     sudo sed -i 's|/home/testrunner:/bin/sh|/home/testrunner:/bin/bash|g' /etc/passwd
 
+    # TEST
+    sudo cat /etc/group | grep testrunner
+    sudo cat /etc/passwd | grep testrunner
+
     # =============Setup Databases===========================
     # NOTE: Do not run `--install database` in travis-ci! 
     #       It changes DB configuration files and will break everything