mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 01:31:00 +00:00
13 lines
295 B
Bash
13 lines
295 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "testing make_incremental_updates.py"
|
||
|
python ../make_incremental_updates.py -f testpatchfile.txt
|
||
|
|
||
|
echo ""
|
||
|
echo "diffing ref.mar and test.mar"
|
||
|
./diffmar.sh ref.mar test.mar test
|
||
|
|
||
|
echo ""
|
||
|
echo "diffing ref-mac.mar and test-mac.mar"
|
||
|
./diffmar.sh ref-mac.mar test-mac.mar test-mac
|