summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 17:21:43 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 17:21:43 +0000
commita433fd730f65e427513883865e0610c0a4c519c6 (patch)
tree2be31e33dfffb030a516cb29307a3769b398b391 /tests
parent08e080ae11656ce0e2d6422ac19285e82b5f70a1 (diff)
inversepath/usbarmory: fix evaluation
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