repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
development
/
ruby-modules
/
runtests.sh
blob
8bb8c8a5462c16df694db9ca5888cffcdac7086f
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