14%let gitdir=%sysfunc(pathname(work))/core;
16%put source clone rc=%sysfunc(GITFN_CLONE(&repo,&gitdir));
18%mp_assertscope(SNAPSHOT)
19%mp_gitlog(&gitdir,outds=work.test1)
20%mp_assertscope(COMPARE)
24 desc=Regular test works,
25 outds=work.test_results
29 iftrue=(%mf_nobs(work.test1)>1000),
30 desc=output has gt 1000 rows,
31 outds=work.test_results