From: Christian Heller Date: Tue, 10 Mar 2015 03:25:38 +0000 (+0100) Subject: test_server.sh: Save test's savestate in ./testing/ instead of its diff. X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/gitweb.js?a=commitdiff_plain;ds=sidebyside;h=af8892db6de03733360f8ae7a3a7eb18ff6952e5;p=plomrogue test_server.sh: Save test's savestate in ./testing/ instead of its diff. --- diff --git a/test_server.sh b/test_server.sh index 46e5201..01e354a 100755 --- a/test_server.sh +++ b/test_server.sh @@ -21,8 +21,7 @@ done echo "Server has quit. Here's the diff of final '_test' to reference save file" echo "./testing/ref_end (TEST WENT WELL IF NO LINES FOLLOW):" -diff _test testing/ref_end > ./testing/diff -cat ./testing/diff +mv _test testing/last_end +diff testing/last_end testing/ref_end -rm _test rm record__test