From fd0a1bef658311fdfc2fcef50901fb25c20537d2 Mon Sep 17 00:00:00 2001 From: o9000 Date: Thu, 28 Sep 2017 18:51:07 +0200 Subject: [PATCH] Regression testing --- test/update_test_status.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/update_test_status.sh b/test/update_test_status.sh index 438c007..7a3cba2 100755 --- a/test/update_test_status.sh +++ b/test/update_test_status.sh @@ -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