1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tools/update-packaging/test/runtests.sh Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +#!/bin/bash 1.5 + 1.6 +echo "testing make_incremental_updates.py" 1.7 +python ../make_incremental_updates.py -f testpatchfile.txt 1.8 + 1.9 +echo "" 1.10 +echo "diffing ref.mar and test.mar" 1.11 +./diffmar.sh ref.mar test.mar test 1.12 + 1.13 +echo "" 1.14 +echo "diffing ref-mac.mar and test-mac.mar" 1.15 +./diffmar.sh ref-mac.mar test-mac.mar test-mac