Permalink
Browse files

Add DietPi to the wild tests.

40K lines of shell parses!  Although dietpi-software uses:

a[$index]=0

which we don't yet parse correctly.
  • Loading branch information...
Andy Chu
Andy Chu committed Feb 3, 2018
1 parent 898f2d4 commit 1d2a51c9ec940b4ebfb1f81095e15e53590e6bc7
Showing with 6 additions and 0 deletions.
  1. +6 −0 test/wild.sh
View
@@ -195,6 +195,12 @@ all-manifests() {
$(find $src '(' -name debootstrap -o -name functions ')' -a -printf '%P\n') \
$(find $src/scripts -type f -a -printf 'scripts/%P\n')
# There are lot of dietpi-* bash scripts that aren't executable, for some
# reason. Big hairy shell scripts here.
src=~/git/wild/distro/DietPi
_manifest distro/DietPi $src \
$(find $src '(' -name '*.sh' -o -name 'dietpi-*' ')' -a -printf '%P\n') \
src=~/src/grep-2.24
_sh-manifest $src gnu

0 comments on commit 1d2a51c

Please sign in to comment.