summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/runtests.sh
blob: 8bb8c8a5462c16df694db9ca5888cffcdac7086f (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env bash
set -o xtrace
cd $(dirname $0)
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