Modify the expected outcome of test 012 so that it passes when bibtex is not in the path, as we do not wish to add texlive as an input just for this test. diff -u -r doxygen-1.8.7.orig/testing/012/citelist.xml doxygen-1.8.7/testing/012/citelist.xml --- doxygen-1.8.7.orig/testing/012/citelist.xml 2014-04-24 23:43:34.000000000 +0200 +++ doxygen-1.8.7/testing/012/citelist.xml 2014-04-24 23:49:43.000000000 +0200 @@ -4,17 +4,6 @@ citelist Bibliography - - - - [1] - - - DonaldE. Knuth. Tex and Metafont, New Directions in Typesetting. American Mathematical Society and Digital Press, Stanford, 1979. - - - - diff -u -r doxygen-1.8.7.orig/testing/012/indexpage.xml doxygen-1.8.7/testing/012/indexpage.xml --- doxygen-1.8.7.orig/testing/012/indexpage.xml 2014-04-24 23:43:34.000000000 +0200 +++ doxygen-1.8.7/testing/012/indexpage.xml 2014-04-24 23:44:05.000000000 +0200 @@ -4,7 +4,7 @@ index My Project - See [1] for more info. + See knuth79 for more info. Nur in doxygen-1.8.7/testing: test_output_012. r'>author
path: root/tests/store.scm
AgeCommit message (Expand)Author
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-25daemon: Read substitute nar size as 'unsigned long long'.Ludovic Courtès
2021-11-25daemon: Read unsigned nar size and download size from substituter.Ludovic Courtès
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB.Ludovic Courtès
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-28store: 'map/accumulate-builds' handler checks the store received.Ludovic Courtès
2021-09-17Merge branch 'master' into core-updates-frozenMarius Bakke
2021-09-15store: 'map/accumulate-builds' processes the whole list in case of cutoff.Ludovic Courtès
2021-07-05tests: Fix typo in 'tests/store.scm'.Ludovic Courtès
2021-06-08store: Remove 'references/substitutes'.Ludovic Courtès
2021-03-18tests: Make the STORE test more robust in a "pure" environment.Leo Famulari
2021-01-22store: Add 'find-roots' RPC.Ludovic Courtès
2020-12-19tests: Make sure substituted items are deduplicated.Ludovic Courtès
2020-12-19tests: Check the mtime and permissions of substituted items.Ludovic Courtès
2020-12-19tests: Check the build trace for hash mismatches on substitutes.Ludovic Courtès
2020-09-14tests: Remove one 'delete-paths' call in 'tests/store.scm'.Ludovic Courtès
2020-09-14daemon: Spawn 'guix authenticate' once for all.Ludovic Courtès
2020-09-11store: Test 'import-paths' with unauthorized and unsigned nar bundles.Ludovic Courtès
2020-08-28store: 'with-store' returns as many values as its body.Ludovic Courtès