Mercurial > repos > jankanis > blast2html
view test-data/refresh_test_results.sh @ 73:67b1a319c6dc py2.6
First go at 2.6 compatibility
The tests are running without errors, but they don't produce the same output as python3
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Wed, 18 Jun 2014 16:21:45 +0200 |
parents | 3bb5da68305e |
children | 05500bdd7376 |
line wrap: on
line source
#!/bin/sh # run this from the directory it exists in to update the test outputs for i in 1 2 3 4 do ../blast2html.py -i "blast xml example$i.xml" -o "blast xml example$i.html" done