Skip to content

Commit

Permalink
debian package missing datfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Dec 1, 2024
1 parent 23a0cc7 commit dc567f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/debian-packaging/test-debian-package-using-docker.pl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@
bash -e -x -c "/usr/games/fortune"
let ++c
done
c=0
while test "\$c" -lt 3
do
printf "%i\\n" "\$c"
if false
then
bash -e -x -c "/usr/games/fortune shlomif-fav"
fi
bash -e -x -c "/usr/games/fortune rules-of-acquisition"
let ++c
done
if false
then
sudo adduser --disabled-password --gecos '' "$USER"
Expand Down

0 comments on commit dc567f4

Please sign in to comment.