Mercurial > repos > jankanis > blast2html
comparison test-data/refresh_test_results.sh @ 79:05500bdd7376 draft py2.6
update test output
| author | Jan Kanis <jan.code@jankanis.nl> |
|---|---|
| date | Thu, 19 Jun 2014 14:17:09 +0200 |
| parents | 3bb5da68305e |
| children | e780606b7c25 |
comparison
equal
deleted
inserted
replaced
| 78:7d0d46168fd5 | 79:05500bdd7376 |
|---|---|
| 1 #!/bin/sh | 1 #!/bin/sh |
| 2 | 2 |
| 3 # run this from the directory it exists in to update the test outputs | 3 # run this from the directory it exists in to update the test outputs |
| 4 | 4 |
| 5 set -eu | |
| 6 | |
| 5 for i in 1 2 3 4 | 7 for i in 1 2 3 4 |
| 6 do | 8 do |
| 7 ../blast2html.py -i "blast xml example$i.xml" -o "blast xml example$i.html" | 9 "$@" ../blast2html.py -i "blast xml example$i.xml" -o "blast xml example$i.html" |
| 8 done | 10 done |
