aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV1K1NGbg <victor@ilchev.com>2024-08-06 10:55:19 +0300
committerV1K1NGbg <victor@ilchev.com>2024-08-06 10:55:36 +0300
commitea996af22f831d4772a84ca4f6da2eae2287fcba (patch)
tree26aa04bcf5f283b5dc673836a6d8d4595974d362
parent27503e29b8712fdacf5195fa536ee2c50cc2e4c1 (diff)
downloadluarocks-ea996af22f831d4772a84ca4f6da2eae2287fcba.tar.gz
luarocks-ea996af22f831d4772a84ca4f6da2eae2287fcba.tar.bz2
luarocks-ea996af22f831d4772a84ca4f6da2eae2287fcba.zip
makedist and smoketest added log
-rwxr-xr-xmakedist2
-rwxr-xr-xsmoke_test.sh8
2 files changed, 7 insertions, 3 deletions
diff --git a/makedist b/makedist
index ac7a466e..c533d9a8 100755
--- a/makedist
+++ b/makedist
@@ -207,3 +207,5 @@ then
207 [ -e "$f" -a ! -e "$f.asc" ] && gpg --armor --output "$f.asc" --detach-sign "$f" 207 [ -e "$f" -a ! -e "$f.asc" ] && gpg --armor --output "$f.asc" --detach-sign "$f"
208 done 208 done
209fi 209fi
210
211echo "Done makedist."
diff --git a/smoke_test.sh b/smoke_test.sh
index 86b85c51..bb3e01c0 100755
--- a/smoke_test.sh
+++ b/smoke_test.sh
@@ -2,6 +2,8 @@
2 2
3tarball="$1" 3tarball="$1"
4 4
5
6
5rm -rf smoketestdir 7rm -rf smoketestdir
6mkdir smoketestdir 8mkdir smoketestdir
7cp "$tarball" smoketestdir 9cp "$tarball" smoketestdir
@@ -29,7 +31,7 @@ then
29fi 31fi
30 32
31################################################################################ 33################################################################################
32# test installation with make install 34echo test installation with make install
33################################################################################ 35################################################################################
34 36
35./configure --prefix=foobar 37./configure --prefix=foobar
@@ -48,7 +50,7 @@ cd ..
48rm -rf foobar 50rm -rf foobar
49 51
50################################################################################ 52################################################################################
51# test installation with make bootstrap 53echo test installation with make bootstrap
52################################################################################ 54################################################################################
53 55
54./configure --prefix=fooboot 56./configure --prefix=fooboot
@@ -71,7 +73,7 @@ cd ..
71rm -rf fooboot 73rm -rf fooboot
72 74
73################################################################################ 75################################################################################
74# test installation with luarocks install 76echo test installation with luarocks install
75################################################################################ 77################################################################################
76 78
77./configure --prefix=foorock 79./configure --prefix=foorock