Created
January 23, 2015 20:15
-
-
Save elmart/2658219fb49dfea20e00 to your computer and use it in GitHub Desktop.
Old tests results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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