summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/eval-test.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/eval-test.sh b/tests/eval-test.sh
index 72d6341..00970b7 100755
--- a/tests/eval-test.sh
+++ b/tests/eval-test.sh
@@ -2,16 +2,7 @@
cd $(dirname $0)/..
-skip_paths=(
- ./inversepath/usbarmory/*
- ./tests/*
-)
-
-find=(find . -name *.nix)
-
-for path in ${skip_paths[@]}; do
- find+=(-not -path $path)
-done
+find=(find . -name default.nix)
for profile in `${find[@]}`; do
echo evaluating $profile >&2