Skip to content
Snippets Groups Projects
  1. Jan 31, 2023
    • Administrator's avatar
      Increase log file size · e3c02e7a
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      When uploading logs from failed tests, these logs are currently truncated
      after 102400 bytes. For the long running weekly tests which produces much
      larger log files it happens that the important part of the log file isn't
      send to the CDash server.
      Increase the log file size to 10MB.
      e3c02e7a
  2. Apr 01, 2022
    • Administrator's avatar
      Remove filtering all warnings · f5270649
      Administrator authored
      Some time ago a verry effective filter to remove all warnings was introduced
      by accident. The problem was a not properly escaped special character in a
      regular expression. The commit now fixes the erroneous regex.
      dev_2022_14
      f5270649
  3. Jul 30, 2021
  4. Mar 24, 2021
    • Administrator's avatar
      Fix compiler warnings · 9e31d071
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Cleanup filtering of compiler warnings for Nightly tests
      
      Remove unused variables, parameters and data members.
      Remove move statement to allow copy ellision.
      Use unsingned int in loop when comparing with size function of containers.
      Initialize all data members.
      
      Fix warning from rootcling.
      With newer root versions the parameter -c isn't supported any longer,
      so remove it.
      9e31d071
  5. Dec 07, 2020
  6. Dec 04, 2020
  7. Aug 31, 2020
  8. Jun 03, 2020
Loading