diff --git a/test.py b/test.py index a377a04d47..446ddcdd31 100755 --- a/test.py +++ b/test.py @@ -511,7 +511,7 @@ def run_test_external2(launcher, root_dir, tmp_dir, bin_dir, env, thread_count, # clone_github('stanfordhpccenter', 'HTR-solver', htr_dir, tmp_dir) # NOTE: the legion-ci branch currently requires g++ (not clang) to build and # is REALLY slow unless you set DEBUG=0 - cmd(['git', 'clone', '-b', 'feature/newLegionPoints', 'git@gitlab.com:insieme1/htr/htr-solver.git', htr_dir]) + cmd(['git', 'clone', '-b', 'legion-ci', 'git@gitlab.com:insieme1/htr/htr-solver.git', htr_dir]) htr_env = dict(list(env.items()) + [ ('LEGION_DIR', root_dir), ('LD_LIBRARY_PATH', '%s:%s' % (env.get('LD_LIBRARY_PATH', ''), os.path.join(root_dir, 'bindings', 'regent'))),