Searched refs:test_executable (Results 1 – 8 of 8) sorted by relevance
131 test_executable = six.ensure_str(test_name.rstrip()).strip("/").replace(134 if gfile.Exists(os.path.join("bazel-bin", test_executable)):136 test_executable = os.path.join("bazel-bin", test_executable)139 test_executable = os.path.join(".", test_executable)160 if not gfile.Exists(test_executable):161 test_executable_py3 = test_executable + ".python3"163 raise ValueError("Executable does not exist: %s" % test_executable)164 test_executable = test_executable_py3171 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
23 EXECUTABLE=test_executable
426 test_executable = util.relrealpath( variable430 printer.Print(test_executable)432 test_executable,
313 def test_executable(self): member in BasicTest
645 def test_executable(self): member in SysModuleTest
306 def test_executable(self): member in ProcessTestCase
472 def test_executable(self): member in SysModuleTest