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

nixos/doc: fix mention of reading test logs

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