Skip to content
  • Ian Lynagh's avatar
    Always use the python timeout program on non-Windows · 99674079
    Ian Lynagh authored
    Use a python timeout program, so that we don't have to worry about
    whether or not the compiler we're testing has built the timeout
    program correctly
    
    The python timeout program doesn't work on mingw, so we still use the
    Haskell program on Windows
    99674079