Regression testing
This commit is contained in:
parent
ae9ae098cc
commit
fd0a1bef65
1 changed files with 5 additions and 3 deletions
|
@ -18,10 +18,12 @@ git reset --hard
|
|||
git pull
|
||||
|
||||
|
||||
~/tint2/test/regression.py > tests.tmp.md
|
||||
cat tests.tmp.md > tests.md
|
||||
rm tests.tmp.md
|
||||
cd ~/tint2/test
|
||||
~/tint2/test/regression.py > ~/tint2.wiki/tests.tmp.md
|
||||
cat ~/tint2.wiki/tests.tmp.md > ~/tint2.wiki/tests.md
|
||||
rm ~/tint2.wiki/tests.tmp.md
|
||||
|
||||
cd ~/tint2.wiki
|
||||
git add tests.md
|
||||
git commit -am 'Update test results'
|
||||
git push origin master
|
||||
|
|
Loading…
Reference in a new issue