view test-data/refresh_test_results.sh @ 85:2edb77030a9e py2.6

re-include backed out revisions and update version numbers
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 24 Jun 2014 11:14:52 +0200
parents 05500bdd7376
children e780606b7c25
line wrap: on
line source

#!/bin/sh

# run this from the directory it exists in to update the test outputs

set -eu

for i in 1 2 3 4
do
	"$@" ../blast2html.py -i "blast xml example$i.xml" -o "blast xml example$i.html"
done