pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / development / ruby-modules / runtests.sh
blob8bb8c8a5462c16df694db9ca5888cffcdac7086f
1 #!/usr/bin/env bash
2 set -o xtrace
3 cd $(dirname $0)
4 find . -name text.nix
5 testfiles=$(find . -name test.nix)
6 nix-build -E "with import <nixpkgs> {}; callPackage testing/driver.nix { testFiles = [ $testfiles ]; }" --show-trace && cat result