mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
Omit config dependent strings from source change tests.
This commit is contained in:
parent
f784a41f8f
commit
240c29c6dd
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@
|
||||||
changes="0"
|
changes="0"
|
||||||
for f in $1/*; do
|
for f in $1/*; do
|
||||||
fn=$(basename $f)
|
fn=$(basename $f)
|
||||||
egrep -v "^/\* voc " $f >$fn.old
|
egrep -v "(^/\* voc )|Configuration_|__MOVE.* cmd, " $f >$fn.old
|
||||||
egrep -v "^/\* voc " $fn >$fn.new
|
egrep -v "(^/\* voc )|Configuration_|__MOVE.* cmd, " $fn >$fn.new
|
||||||
if ! diff -U 2 -b $fn.old $fn.new >$fn.diff; then
|
if ! diff -U 2 -b $fn.old $fn.new >$fn.diff; then
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue