about summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/runtests.sh
blob: d0faaf971dba987b2fd374da45379993c80ea879 (plain) (blame)
1
2
3
4
5
6
#!/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