Skip to content

Instantly share code, notes, and snippets.

@elmart
Created January 23, 2015 20:15
Show Gist options
  • Save elmart/2658219fb49dfea20e00 to your computer and use it in GitHub Desktop.
Save elmart/2658219fb49dfea20e00 to your computer and use it in GitHub Desktop.
Old tests results
cp test107.ok test.ok
# Sleep a moment to avoid that the xterm title is messed up.
# 200 msec is sufficient, but only modern sleep supports a fraction of
# a second, fall back to a second if it fails.
VIMRUNTIME=../../../runtime; export VIMRUNTIME; ../../../build/bin/nvim -u unix.vim -U NONE -i viminfo --noplugin -s dotest.in test107.in
# For flaky tests retry one time.
# Check if the test.out file matches test.ok.
3,4c3,4
< [34, '34 ']
< [43, '43 ']
---
> [50, '50 ']
> [59, '59 ']
rm -rf X* test.ok viminfo
Test results:
test107 FAILED
TEST FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment