Skip to content

Commit

Permalink
fix 14.04 spread
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Jan 25, 2017
1 parent 1af0e1f commit 7bc00d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generate-packaging-dir
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -eu

# update symlink
rm -f debian
ln -s packaging/${ID}-${VERSION_ID}/* debian
ln -s packaging/${ID}-${VERSION_ID} debian

4 changes: 2 additions & 2 deletions tests/lib/prepare-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ fi
quiet apt-get update

if [[ "$SPREAD_SYSTEM" == ubuntu-14.04-* ]]; then
if [ ! -d debian-ubuntu-14.04 ]; then
echo "no debian-ubuntu-14.04/ directory "
if [ ! -d packaging/ubuntu-14.04 ]; then
echo "no packaging/ubuntu-14.04/ directory "
echo "broken test setup"
exit 1
fi
Expand Down

0 comments on commit 7bc00d6

Please sign in to comment.