Home | History | Annotate | Download | only in test

Lines Matching refs:run_name

132             zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name)
133 self._check_script(zip_name, run_name, zip_name, '')
139 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name)
140 self._check_script(zip_name, run_name, zip_name, '')
145 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name)
159 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script')
161 self._check_script(launch_name, run_name, run_name, 'test_pkg')
165 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script', depth=2)
167 self._check_script(launch_name, run_name, run_name, 'test_pkg.test_pkg')