Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
21703295
Commit
21703295
authored
Mar 24, 1999
by
Ken Manheimer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Emit a summary at the end naming files that had differences across the
regression.
parent
70a321b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lib/python/StructuredText/regressions/regress
lib/python/StructuredText/regressions/regress
+6
-1
No files found.
lib/python/StructuredText/regressions/regress
View file @
21703295
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
# Compare current StructuredText.py processing against prior versions.
# Compare current StructuredText.py processing against prior versions.
# You should see no output if there's no discrepancies.
# You should see no output if there's no discrepancies.
differences
=
""
for
i
in
*
.stx
;
do
for
i
in
*
.stx
;
do
stx
=
$i
stx
=
$i
base
=
${
i
%.stx
}
base
=
${
i
%.stx
}
...
@@ -12,6 +13,10 @@ for i in *.stx; do
...
@@ -12,6 +13,10 @@ for i in *.stx; do
if
cmp
$ref
$new
;
then
if
cmp
$ref
$new
;
then
:
:
else
else
echo
... so there are differences
in
the processing
differences
=
"
$differences
$stx
"
fi
fi
done
done
if
[
-n
"
$differences
"
]
;
then
echo
"Differences encountered processing
$differences
."
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment