Browse Source

More Travis testing

Steven Smith 9 years ago
parent
commit
2f1a172a3d
2 changed files with 12 additions and 12 deletions
  1. 10 10
      .travis.yml
  2. 2 2
      frameworks/Java/gemini/Docroot/WEB-INF/GeminiHello.conf

+ 10 - 10
.travis.yml

@@ -6,16 +6,16 @@ python:
 
 
 env:
 env:
   matrix:
   matrix:
-     Group tests by directory to logically break up travis-CI build. Otherwise
-     we end up starting ~200+ different workers. Seems that ~100 is the limit
-     before their website starts to lag heavily
-    
-     Here's the bash if you need to update this. Be sure to maintain the
-     lines that are currently commented out (these cannot run in Travis)
-       cd frameworks
-       find . -type d -depth 2 | sed 's|./|    - "TESTDIR=|' | sed 's/$/"/g'
-    
-    
+    #Group tests by directory to logically break up travis-CI build. Otherwise
+    #we end up starting ~200+ different workers. Seems that ~100 is the limit
+    #before their website starts to lag heavily
+    #
+    #Here's the bash if you need to update this. Be sure to maintain the
+    #lines that are currently commented out (these cannot run in Travis)
+    #  cd frameworks
+    #  find . -type d -depth 2 | sed 's|./|    - "TESTDIR=|' | sed 's/$/"/g'
+    #
+    #
     - "TESTDIR=C/lwan"
     - "TESTDIR=C/lwan"
     - "TESTDIR=C/duda"
     - "TESTDIR=C/duda"
     - "TESTDIR=C/haywire"
     - "TESTDIR=C/haywire"

+ 2 - 2
frameworks/Java/gemini/Docroot/WEB-INF/GeminiHello.conf

@@ -223,8 +223,8 @@ Log.File.LogDirectory = ${ApplicationRoot}/Logs/Application-Logs/
 #
 #
 # 20 is recommended to start out.
 # 20 is recommended to start out.
 
 
-Log.File.LogDebugThreshold = 0
-Log.Console.LogDebugThreshold = 0
+Log.File.LogDebugThreshold = 100
+Log.Console.LogDebugThreshold = 100
 
 
 # RequestLogDir
 # RequestLogDir
 #   Specifies the directory in which to store Request logs, which are in
 #   Specifies the directory in which to store Request logs, which are in