Index: packages/Python/lldbsuite/test/dotest.py =================================================================== --- packages/Python/lldbsuite/test/dotest.py +++ packages/Python/lldbsuite/test/dotest.py @@ -309,7 +309,7 @@ configuration.lldbFrameworkPath = args.framework if args.executable: - lldbtest_config.lldbExec = args.executable + lldbtest_config.lldbExec = os.path.realpath(args.executable) if args.p: if args.p.startswith('-'):