Commits
- Commit:
ea2819beec950c5a86b5960f5966115816997164
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
consistently use ten Xs in mkstemp(3) templates
patch from Josiah Frentsos, thanks!
- Commit:
81641b410b1170a048a3b6994268ddf78515aad6
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog regress: zap needless defines and use "vt220" TERM
Also, overwrite - and | unconditionally when capturing screen dumps,
and unset TOG_COLORS and TOG_DIFF_ALGORITHM in regress setup.
All tweaks suggested by naddy@
ok stsp@
- Commit:
5bde47590bc2803fac92ad9b3362511f427d3c6a
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: rename regress test script envvar
As per stsp's idea: use a more descriptive name, and use the
TOG_TEST_SCRIPT envvar both in tog.c and the test scripts.
ok stsp@
- Commit:
de7a51b7b8b94810307946710affa0f6e70de184
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: basic diff view test and fix hardcoded script path
ok stsp@
- Commit:
af21bb7e28a5a337eb50bfd364a1e1640c6f97b1
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
tog: implement automated test harness
Add framework for scripting tog tests by capturing screen dumps to compare
with expected output. Includes some preliminary log view tests but lots more
tests are needed to cover diff, blame, tree, ref, and help views.
ok stsp@