Skip to content
Snippets Groups Projects
  1. Nov 24, 2010
    • Iustin Pop's avatar
      Fix coverage reports · 577b170b
      Iustin Pop authored
      
      Currently, the coverage reports include the unittests themselves, and
      this skewes unfairly the reports, as the coverage for the tests is very
      high (since they all run).
      
      To fix this, we export the ganeti temp dir from run-in-temp-dir, and we
      use that to exclude the tests directory. The patch also fixes a but
      related to multiple directories to be omitted (--omit a --omit b is
      wrong, it needs to be --omit a,b).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      577b170b
  2. Feb 23, 2010
  3. Feb 11, 2010
  4. Feb 10, 2010
  5. Dec 28, 2009
  6. Oct 10, 2007
    • Iustin Pop's avatar
      Remove the shebang from modules · 2f31098c
      Iustin Pop authored
      Since modules are not directly executables, remove the shebang from
      them. This helps with lintian warnings.
      
      Also make the autogenerated _autoconf.py contain two comment lines at
      the beginning, like the other modules.
      
      Reviewed-by: ultrotter
      2f31098c
  7. Jul 16, 2007
Loading