Mercurial > vim
view pixmaps/gen-inline-pixbufs.sh @ 15044:f47b5dfe5c6d v8.1.0533
patch 8.1.0533: screendump tests can be flaky
commit https://github.com/vim/vim/commit/447f6ce8bd42fe3adbdf97eff9a38a9bfef9eeed
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Nov 16 18:50:19 2018 +0100
patch 8.1.0533: screendump tests can be flaky
Problem: Screendump tests can be flaky.
Solution: Add VerifyScreenDump to the pattern of flaky tests.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 16 Nov 2018 19:00:05 +0100 |
parents | 3fc0f57ecb91 |
children | d4faa2c5211b |
line wrap: on
line source
#! /bin/sh prefix=stock_ list= for file in "$@" do name=`echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||'` list="$list $prefix$name $file" done gdk-pixbuf-csource --raw --static --build-list $list