Skip to content
Snippets Groups Projects
Commit 39f3d922 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite/interface-stability: Update documentation

parent 32d337ef
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,9 @@ which one can do this:
others. For instance:
```
for f in testsuite/tests/interface-stability/base-exports.stdout-*; do
git show | sed -e "s/base-exports.stdout/$(basename $f)/" | patch -p1
git show testsuite/tests/interface-stability \
| sed -e "s/base-exports.stdout/$(basename $f)/" \
| patch -p1
done
```
In the case of conflicts, increasing the fuzz factor (using `-F`) can be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment