Skip to content
Snippets Groups Projects
  1. Jan 11, 2011
  2. Jan 10, 2011
  3. Dec 21, 2010
  4. Dec 17, 2010
  5. Dec 06, 2010
  6. Nov 28, 2010
  7. Nov 23, 2010
    • Iustin Pop's avatar
      Fix utils unittest TestRunCmd.testTimeoutKill · 815bf6d5
      Iustin Pop authored
      
      Currently the test executes "/bin/sh -c 'trap "" TERM …" via the shell,
      which means we have two shells involved (the parent one and the child
      one, which does the trap). For some weird reason, this works for older
      OSes: the first shell exec's the second one, whereas on squeeze it forks
      and only then exec. This might be due to changes in Python or bash or
      whatever.
      
      In any case, the point is that this is a hacky way to call a shell, so
      we change this to simply execute the desired shell directly, without any
      intermediate shells (I don't understand why it was written as such
      originally).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
      815bf6d5
  8. Nov 19, 2010
  9. Nov 16, 2010
  10. Oct 22, 2010
  11. Oct 20, 2010
  12. Oct 07, 2010
  13. Oct 05, 2010
  14. Sep 29, 2010
  15. Jul 30, 2010
  16. Jul 16, 2010
  17. Jul 15, 2010
  18. Jul 12, 2010
  19. Jul 09, 2010
  20. Jul 06, 2010
  21. Jun 30, 2010
Loading