guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: tests: Print the mounts visible in the container.


From: Ludovic Courtès
Subject: 02/02: tests: Print the mounts visible in the container.
Date: Wed, 28 Oct 2015 14:56:03 +0000

civodul pushed a commit to branch master
in repository guix.

commit 855038b294853e4e81a6a2430c33f42495d98b6b
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 28 15:55:10 2015 +0100

    tests: Print the mounts visible in the container.
    
    * tests/guix-environment-container.sh: Print the content of
      $tmpdir/mounts.
---
 tests/guix-environment-container.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/guix-environment-container.sh 
b/tests/guix-environment-container.sh
index 9c3e93d..141fd16 100644
--- a/tests/guix-environment-container.sh
+++ b/tests/guix-environment-container.sh
@@ -66,6 +66,7 @@ mount_test_code="
 guix environment --container --ad-hoc --bootstrap guile-bootstrap \
      -- guile -c "$mount_test_code" > $tmpdir/mounts
 
+cat "$tmpdir/mounts"
 test `wc -l < $tmpdir/mounts` -eq 3
 
 grep -e "$PWD$" $tmpdir/mounts # current directory



reply via email to

[Prev in Thread] Current Thread [Next in Thread]