nixpkgs/pkgs/development/ruby-modules/runtests.sh

7 lines
226 B
Bash
Raw Normal View History

2017-05-27 22:19:34 +00:00
#!/usr/bin/env bash
set -o xtrace
pwd
find . -name text.nix
testfiles=$(find . -name test.nix)
nix-build -E "with import <nixpkgs> {}; callPackage testing/driver.nix { testFiles = [ $testfiles ]; }" --show-trace && cat result