mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
10 lines
264 B
Bash
Executable File
10 lines
264 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "testing make_incremental_updates.py"
|
|
python ../make_incremental_updates.py -f testpatchfile.txt
|
|
|
|
echo "diffing ref.mar and test.mar"
|
|
./diffmar.sh ref.mar test.mar
|
|
echo "diffing ref-mac.mar and test-mac.mar"
|
|
./diffmar.sh ref-mac.mar test-mac.mar
|