Skip to content
Snippets Groups Projects
  1. Sep 27, 2015
  2. Aug 31, 2015
    • Robin McCorkell's avatar
      Allow easy XDEBUG debugging with autotest · f6b1d350
      Robin McCorkell authored
      Debugging scripts needs the environment variable XDEBUG_CONFIG to be
      set, which initiates a connection to a listening debugger. But if that
      env is set and one of the PHP setup steps occurs (e.g. occ install), the
      debugging session is 'completed' and the debugger no longer listens
      during the actual tests. This saves the XDEBUG_CONFIG env so it only
      applies during the PHPUnit execution, so only the real tests trigger the
      debugging.
      f6b1d350
  3. Apr 29, 2015
  4. Apr 27, 2015
  5. Mar 11, 2015
  6. Feb 26, 2015
  7. Jan 28, 2015
  8. Dec 17, 2014
    • Morris Jobke's avatar
      Setup a docker container that holds a webdav instance to test files_external · 7c1b9aed
      Morris Jobke authored
      document docker parameter and use random host port
      fix typo
      copy autotest.sh to autotest-external.sh
      adds ability to add start* and stop* scripts in env in external tests
      run files_external WebDAV tests against ownCloud instance
      introduce executor number to be able to shut down the correct docker container
      fetch docker images in advance - this also fetches latest versions of the docker images
      add second argument to autotest-external.sh which can specify a single test to run
      print out the explicit test run
      change naming schema of files_external setup scripts
      7c1b9aed
  9. Dec 09, 2014
  10. Nov 13, 2014
  11. Sep 24, 2014
  12. Sep 22, 2014
  13. Sep 12, 2014
  14. Sep 09, 2014
  15. Aug 19, 2014
    • Vincent Petry's avatar
      Restore autotest config on SIGINT or SIGTERM · 6ed174d0
      Vincent Petry authored
      When hitting Ctrl+C to interrupt unit test running, the old
      configuration was not restored properly.
      
      This fix traps the signal to properly restore the configuration after an
      interruption.
      6ed174d0
  16. Apr 07, 2014
  17. Feb 05, 2014
  18. Dec 19, 2013
  19. Nov 04, 2013
  20. Oct 25, 2013
    • Vincent Petry's avatar
      Added syntax help for autotest.sh · 7de1b3f2
      Vincent Petry authored
      autotest.sh now checks for the validity of the db config name argument.
      If the db config name is not known, it show syntax info.
      
      This should save some time to people to understand how to use this
      script. Before this fix, an invalid argument would return a big HTML
      page in the output.
      7de1b3f2
  21. Oct 03, 2013
    • Vincent Petry's avatar
      Added backup for config.php in autotest.sh script · 9cf25c80
      Vincent Petry authored
      The script now checks for config.php existance and backs it up before
      running the test, then restores it back at the end. This avoids the
      situation where devs lose their manually edited config if they forgot to
      back it up before running the unit tests.
      
      The script now also checks for config.php permissions beforehand to
      avoid displaying an annoying HTML page output in the console with an
      error message.
      9cf25c80
  22. Sep 25, 2013
  23. Jul 30, 2013
  24. Jul 19, 2013
  25. Jul 15, 2013
  26. Jul 08, 2013
  27. Jun 28, 2013
  28. Jun 26, 2013
  29. May 24, 2013
  30. May 15, 2013
  31. Feb 05, 2013
  32. Oct 27, 2012
  33. Oct 18, 2012
Loading