jmontoyaa 8 éve
szülő
commit
cbd830bad6
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      tests/behat/features/courseTools.feature
  2. 1 1
      tests/travis-apache

+ 1 - 1
tests/behat/features/courseTools.feature

@@ -42,7 +42,7 @@ Feature: Course tools basic testing
 
   Scenario: Make sure the tests tool is available
     Given I am on course "TEMP" homepage
-    And I am on "/main/exercice/exercise.php"
+    And I am on "/main/exercise/exercise.php"
     Then I should not see an ".alert-danger" element
 
   Scenario: Make sure the announcements tool is available

+ 1 - 1
tests/travis-apache

@@ -10,7 +10,7 @@
     </Directory>
 
     ErrorLog ${APACHE_LOG_DIR}/%VHOST_URL%-error.log
-    LogLevel warn
+    LogLevel notice
     CustomLog ${APACHE_LOG_DIR}/%VHOST_URL%-access.log combined
 
     # Wire up Apache to use Travis CI's php-fpm.