diff options
author | V1K1NGbg <victor@ilchev.com> | 2024-08-06 10:55:19 +0300 |
---|---|---|
committer | V1K1NGbg <victor@ilchev.com> | 2024-08-06 10:55:36 +0300 |
commit | ea996af22f831d4772a84ca4f6da2eae2287fcba (patch) | |
tree | 26aa04bcf5f283b5dc673836a6d8d4595974d362 | |
parent | 27503e29b8712fdacf5195fa536ee2c50cc2e4c1 (diff) | |
download | luarocks-ea996af22f831d4772a84ca4f6da2eae2287fcba.tar.gz luarocks-ea996af22f831d4772a84ca4f6da2eae2287fcba.tar.bz2 luarocks-ea996af22f831d4772a84ca4f6da2eae2287fcba.zip |
makedist and smoketest added log
-rwxr-xr-x | makedist | 2 | ||||
-rwxr-xr-x | smoke_test.sh | 8 |
2 files changed, 7 insertions, 3 deletions
@@ -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 |
209 | fi | 209 | fi |
210 | |||
211 | echo "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 | ||
3 | tarball="$1" | 3 | tarball="$1" |
4 | 4 | ||
5 | |||
6 | |||
5 | rm -rf smoketestdir | 7 | rm -rf smoketestdir |
6 | mkdir smoketestdir | 8 | mkdir smoketestdir |
7 | cp "$tarball" smoketestdir | 9 | cp "$tarball" smoketestdir |
@@ -29,7 +31,7 @@ then | |||
29 | fi | 31 | fi |
30 | 32 | ||
31 | ################################################################################ | 33 | ################################################################################ |
32 | # test installation with make install | 34 | echo test installation with make install |
33 | ################################################################################ | 35 | ################################################################################ |
34 | 36 | ||
35 | ./configure --prefix=foobar | 37 | ./configure --prefix=foobar |
@@ -48,7 +50,7 @@ cd .. | |||
48 | rm -rf foobar | 50 | rm -rf foobar |
49 | 51 | ||
50 | ################################################################################ | 52 | ################################################################################ |
51 | # test installation with make bootstrap | 53 | echo test installation with make bootstrap |
52 | ################################################################################ | 54 | ################################################################################ |
53 | 55 | ||
54 | ./configure --prefix=fooboot | 56 | ./configure --prefix=fooboot |
@@ -71,7 +73,7 @@ cd .. | |||
71 | rm -rf fooboot | 73 | rm -rf fooboot |
72 | 74 | ||
73 | ################################################################################ | 75 | ################################################################################ |
74 | # test installation with luarocks install | 76 | echo test installation with luarocks install |
75 | ################################################################################ | 77 | ################################################################################ |
76 | 78 | ||
77 | ./configure --prefix=foorock | 79 | ./configure --prefix=foorock |