Commit Diff
- Commit:
0674467428bb864d0bbda6fd3275e0dcc86aad85
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
- Message:
- insert wait instruction in tog log mark keymap test On slower machines, the test may fail due to capturing the screendump before the base commit marker is drawn. ok op@
- Actions:
- Patch | Tree
--- regress/tog/log.sh +++ regress/tog/log.sh @@ -767,6 +767,7 @@ test_log_mark_keymap() cat <<-EOF >$TOG_TEST_SCRIPT j m mark commit + WAIT_FOR_UI SCREENDUMP EOF @@ -801,6 +802,7 @@ test_log_mark_keymap() j m mark commit m unmark commit + WAIT_FOR_UI SCREENDUMP EOF