Searched refs:test_executable (Results 1 – 9 of 9) sorted by relevance
126 test_executable = test_name.rstrip().strip("/").replace(":", "/")128 if gfile.Exists(os.path.join("bazel-bin", test_executable)):130 test_executable = os.path.join("bazel-bin", test_executable)133 test_executable = os.path.join(".", test_executable)151 if not gfile.Exists(test_executable):152 raise ValueError("Executable does not exist: %s" % test_executable)159 subprocess.check_call([test_executable] + test_args)
129 test_executable = options.test130 if options.build_dir and not test_executable.startswith(options.build_dir):131 test_executable = os.path.join(options.build_dir, test_executable)132 args = [test_executable] + args
142 test_executable = options.test143 if options.build_dir and not test_executable.startswith(options.build_dir):144 test_executable = os.path.join(options.build_dir, test_executable)145 args = [test_executable] + args
23 EXECUTABLE=test_executable
497 test_executable = util.relrealpath( variable501 printer.Print(test_executable)507 rc |= threaded_tests.RunTests(test_executable,
258 def test_executable(self): member in BasicTest
623 def test_executable(self): member in SysModuleTest
296 def test_executable(self): member in ProcessTestCase
472 def test_executable(self): member in SysModuleTest