Searched refs:flag_value (Results 1 – 1 of 1) sorted by relevance
166 flag_value = flag[3:]167 build_filename = os.path.basename(os.path.normpath(flag_value))169 assert flag_value != unshortened_build_path, 'Build path unchanged.'170 assert len(flag_value) < len(unshortened_build_path), 'Build path not shortened.'174 flag_value = flag[13:]175 pipe_filename = os.path.basename(os.path.normpath(flag_value))177 assert flag_value != unshortened_pipe_path, 'Pipe path unchanged.'178 assert len(flag_value) < len(unshortened_pipe_path), 'Pipe path not shortened.'