Skip to content

Commit 36dd2cd

Browse files
author
Jelte Jansen
committed
remove tests dir for tarball
1 parent 33eccbf commit 36dd2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_tarball.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ $CHECK -eq 0 ]; then
1414

1515
mkdir -p /tmp/${BNAME} &&\
1616
cp -r * /tmp/${BNAME}/ &&\
17-
(cd /tmp/${BNAME}; autoreconf --install && (make distclean||/bin/true)) &&\
17+
(cd /tmp/${BNAME}; autoreconf --install && (make distclean||/bin/true) && rm -rf lua/tests && rm -rf src/tests) &&\
1818
(cd /tmp; tar -czvf ${BNAME}.tar.gz ${BNAME}) &&\
1919
echo "Created /tmp/${BNAME}.tar.gz" &&\
2020
rm -rf /tmp/${BNAME}

0 commit comments

Comments
 (0)