Searched refs:TEST_STEP (Results 1 – 6 of 6) sorted by relevance
135 TEST_STEP = 'test' variable136 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP]
656 if constants.TEST_STEP in steps and not args.rebuild_module_info:671 elif constants.TEST_STEP not in steps:674 steps.append(constants.TEST_STEP)677 if constants.TEST_STEP in steps:
131 const=constants.TEST_STEP, help=TEST)
157 TEST_STEP = 'test' variable158 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP]
768 if constants.TEST_STEP in steps and not args.rebuild_module_info:814 elif constants.TEST_STEP not in steps:817 steps.append(constants.TEST_STEP)820 if constants.TEST_STEP in steps:
147 const=constants.TEST_STEP, help=TEST)