Skip to content
  • Alexander Krabler's avatar
    GoogleTest: Add working directory to gtest_discover_tests error message · 2ea216a6
    Alexander Krabler authored and Brad King's avatar Brad King committed
    If the working directory didn't exist, the old message just says:
    
        Error running test executable.
    
            Path: '<Path to test executable>'
            Result: No such file or directory
            Output:
    
    This leads the user to the conclusion that the test executable doesn't
    exist, which isn't true.  Make the true cause visible by reporting the
    working directory in the error message.
    2ea216a6