about summary refs log tree commit diff
path: root/nixpkgs/lib/tests/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/lib/tests/release.nix')
-rw-r--r--nixpkgs/lib/tests/release.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixpkgs/lib/tests/release.nix b/nixpkgs/lib/tests/release.nix
index 800d8a65c14f..c3b05251f709 100644
--- a/nixpkgs/lib/tests/release.nix
+++ b/nixpkgs/lib/tests/release.nix
@@ -26,7 +26,11 @@ pkgs.runCommandNoCC "nixpkgs-lib-tests" {
     nix-store --init
 
     cp -r ${../.} lib
+    echo "Running lib/tests/modules.sh"
     bash lib/tests/modules.sh
 
+    echo "Running lib/tests/sources.sh"
+    TEST_LIB=$PWD/lib bash lib/tests/sources.sh
+
     touch $out
 ''