diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-05-20 14:01:28 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-05-20 20:09:00 +0100 |
| commit | dfd6182bbb2f683d9ae096fed3210ee5f84a3d25 (patch) | |
| tree | 56c90482c572814695711aba0a94c4488c44cb48 /test | |
| parent | 12789938dc2881750c2a8b2e77430be5b297942d (diff) | |
Test suite shows something when kakoune exit code is not 0
Diffstat (limited to 'test')
| -rwxr-xr-x | test/run | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ main() { quit! " ${test}/../src/kak out -n -u -e "$kak_commands" + retval=$? + if (( retval != 0 )); then + echo "Kakoune returned error $retval" + fi for expect in $test_files; do if cmp -s $test/$dir/$expect $expect; then echo "$indent$name" | colorize green normal |
