Merge pull request #154694 from winterqt/nixos-test-log-doc

nixos/doc: fix mention of reading test logs

authored by Maximilian Bosch and committed by GitHub 4fe5771e 23360348

+4 -4
+2 -2
nixos/doc/manual/development/running-nixos-tests.section.md
··· 24 24 a build that starts a QEMU/KVM virtual machine containing a NixOS 25 25 system. The virtual machine mounts the Nix store of the host; this makes 26 26 VM creation very fast, as no disk image needs to be created. Afterwards, 27 - you can view a pretty-printed log of the test: 27 + you can view a log of the test: 28 28 29 29 ```ShellSession 30 - $ firefox result/log.html 30 + $ nix-store --read-log result 31 31 ```
+2 -2
nixos/doc/manual/from_md/development/running-nixos-tests.section.xml
··· 26 26 perform a build that starts a QEMU/KVM virtual machine containing a 27 27 NixOS system. The virtual machine mounts the Nix store of the host; 28 28 this makes VM creation very fast, as no disk image needs to be 29 - created. Afterwards, you can view a pretty-printed log of the test: 29 + created. Afterwards, you can view a log of the test: 30 30 </para> 31 31 <programlisting> 32 - $ firefox result/log.html 32 + $ nix-store --read-log result 33 33 </programlisting> 34 34 </section>