diff options
| author | Winter <winter@winter.cafe> | 2022-01-11 20:43:08 -0500 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-02-20 14:26:22 +0000 |
| commit | f1c9cdb7721ce16a77bb95948761b3b24c08abf0 (patch) | |
| tree | 2bac80add161e26d35697cd20260c710d00a63ae | |
| parent | Merge pull request #161041 from NixOS/backport-160929-to-release-21.11 (diff) | |
| download | nixpkgs-origin/backport-154694-to-release-21.11.tar.gz | |
nixos/doc: fix mention of reading test logsorigin/backport-154694-to-release-21.11
(cherry picked from commit c772c572cfabba6a1c6b0f5a9a71bb59cd9b9916)
| -rw-r--r-- | nixos/doc/manual/development/running-nixos-tests.section.md | 4 | ||||
| -rw-r--r-- | nixos/doc/manual/from_md/development/running-nixos-tests.section.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nixos/doc/manual/development/running-nixos-tests.section.md b/nixos/doc/manual/development/running-nixos-tests.section.md index d6a456f01883..1bec023b613a 100644 --- a/nixos/doc/manual/development/running-nixos-tests.section.md +++ b/nixos/doc/manual/development/running-nixos-tests.section.md @@ -24,8 +24,8 @@ After building/downloading all required dependencies, this will 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: +you can view a log of the test: ```ShellSession -$ firefox result/log.html +$ nix-store --read-log result ``` diff --git a/nixos/doc/manual/from_md/development/running-nixos-tests.section.xml b/nixos/doc/manual/from_md/development/running-nixos-tests.section.xml index 7159b95b22b0..da2e5076c956 100644 --- a/nixos/doc/manual/from_md/development/running-nixos-tests.section.xml +++ b/nixos/doc/manual/from_md/development/running-nixos-tests.section.xml @@ -26,9 +26,9 @@ machine: QEMU running (pid 8841) 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> |
