Mercurial > repos > jankanis > blast2html2
annotate test-data/refresh_test_results.sh @ 84:4340432b7191 default
Backed out changesets 0b5819dc1478 and 3338571b44cd to create new release version
| author | Jan Kanis <jan.code@jankanis.nl> |
|---|---|
| date | Tue, 24 Jun 2014 11:00:57 +0200 |
| parents | 05500bdd7376 |
| children |
| rev | line source |
|---|---|
|
33
3bb5da68305e
add test update script, add url to github page
Jan Kanis <jan.code@jankanis.nl>
parents:
diff
changeset
|
1 #!/bin/sh |
|
3bb5da68305e
add test update script, add url to github page
Jan Kanis <jan.code@jankanis.nl>
parents:
diff
changeset
|
2 |
|
3bb5da68305e
add test update script, add url to github page
Jan Kanis <jan.code@jankanis.nl>
parents:
diff
changeset
|
3 # run this from the directory it exists in to update the test outputs |
|
3bb5da68305e
add test update script, add url to github page
Jan Kanis <jan.code@jankanis.nl>
parents:
diff
changeset
|
4 |
| 77 | 5 set -eu |
| 6 | |
|
33
3bb5da68305e
add test update script, add url to github page
Jan Kanis <jan.code@jankanis.nl>
parents:
diff
changeset
|
7 for i in 1 2 3 4 |
|
3bb5da68305e
add test update script, add url to github page
Jan Kanis <jan.code@jankanis.nl>
parents:
diff
changeset
|
8 do |
| 77 | 9 "$@" ../blast2html.py -i "blast xml example$i.xml" -o "blast xml example$i.html" |
|
33
3bb5da68305e
add test update script, add url to github page
Jan Kanis <jan.code@jankanis.nl>
parents:
diff
changeset
|
10 done |
