Small changes in response to review.

This commit is contained in:
Judson
2017-07-02 17:18:58 -07:00
parent e149f02344
commit 0641253ae6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -o xtrace
pwd
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