Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

69 lines
1.4 KiB
Plaintext

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
Welcome to BTest-Sphinx Demo's documentation!
*********************************************
Contents:
Testing
*******
# echo Hello, world!
Hello, world!
# echo Hello, world! Again.
Hello, world! Again.
# echo Hello, world! Again. Again.
Hello, world! Again. Again.
# echo This will fail soon!
This will fail soon!
This should fail and include the diag output instead:
ERROR executing test 'tests.sphinx.hello-world-fail' (part 2)
% 'echo StDeRr >&2; echo 1 | grep -q 2' failed unexpectedly (exit code 1)
% cat .stderr
StDeRr
This should succeed:
# echo This succeeds again!
This succeeds again!
This should fail again and include the diag output instead:
ERROR executing test 'tests.sphinx.hello-world-fail' (part 4)
% 'echo StDeRr >&2; echo 3 | grep -q 4' failed unexpectedly (exit code 1)
% cat .stderr
StDeRr
StDeRr
# echo This succeeds again!
This succeeds again!
btest.cfg
[btest]
TestDirs = tests
TmpDir = %(testbase)s/.tmp
BaselineDir = %(testbase)s/Baseline
Finalizer = btest-diff-rst
[environment]
PATH=%(testbase)s/../../:%(testbase)s/../../sphinx:%(default_path)s
Indices and tables
******************
* Index
* Module Index
* Search Page