Searched refs:testroot (Results 1 – 7 of 7) sorted by relevance
87 def normalize_testroot(testroot): argument88 root = testroot.strip()99 def section_path(section, testroot): argument103 return posixpath.normpath(posixpath.join('/', testroot, raw))154 def check_runfile(runfile, testroot, protoroot, archlist): argument182 secpath = section_path(sec, testroot)273 testroot = normalize_testroot(args.testroot)284 if testroot is None:286 'under proto root): %s\n' % args.testroot)289 testroot_path = os.path.join(protoroot, testroot)[all …]
41 typeset path=${TEST_BASE_DIR%%/}/testroot$$/$TESTPOOL69 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \70 rm -rf ${TEST_BASE_DIR%%/}/testroot$$
43 typeset path=${TEST_BASE_DIR%%/}/testroot$$/$TESTPOOL118 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \119 rm -rf ${TEST_BASE_DIR%%/}/testroot$$
61 path=${TEST_BASE_DIR%%/}/testroot$$/$TESTPOOL126 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \127 rm -rf ${TEST_BASE_DIR%%/}/testroot$$
77 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \78 rm -rf ${TEST_BASE_DIR%%/}/testroot$$
62 path=${TEST_BASE_DIR%%/}/testroot$$/$TESTPOOL125 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \126 rm -rf ${TEST_BASE_DIR%%/}/testroot$$
79 [[ -d ${TEST_BASE_DIR%%/}/testroot$$ ]] && \80 rm -rf ${TEST_BASE_DIR%%/}/testroot$$