Home | History | Annotate | Download | only in test

Lines Matching refs:session_dir

45 Usage: redo.py [-F filename_component] [-n] [session_dir] [-d]
53 and session_dir specifies the session directory which contains previously
61 def where(session_dir, test_dir):
63 abspath = os.path.abspath(session_dir)
67 session_dir_path = os.path.join(test_dir, session_dir)
154 session_dir = sys.argv[index]
162 session_dir = max(dirs, key=os.path.getmtime)
163 if not session_dir or not os.path.exists(session_dir):
168 session_dir_path = where(session_dir, test_dir)