diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-10-02 17:04:06 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-10-02 17:04:06 -0300 |
commit | b98d41db99969f6336c32cb67274093b9a548d39 (patch) | |
tree | 45cfc9e11f9221f73dd3f7790d90784c416cc555 | |
parent | b2a580bdb1982e45bb37f95b78c2dafec6efa7a6 (diff) | |
download | lua-b98d41db99969f6336c32cb67274093b9a548d39.tar.gz lua-b98d41db99969f6336c32cb67274093b9a548d39.tar.bz2 lua-b98d41db99969f6336c32cb67274093b9a548d39.zip |
Script 'packtests' gets Lua version as a parameter
-rwxr-xr-x | testes/packtests | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testes/packtests b/testes/packtests index f7bca93d..c19b74bf 100755 --- a/testes/packtests +++ b/testes/packtests | |||
@@ -1,4 +1,4 @@ | |||
1 | NAME="lua-5.4.0-alpha-tests" | 1 | NAME=$1"-tests" |
2 | 2 | ||
3 | ln -s . $NAME | 3 | ln -s . $NAME |
4 | ln -s .. ltests | 4 | ln -s .. ltests |
@@ -49,4 +49,6 @@ $NAME/ltests/ltests.c | |||
49 | \rm -I $NAME | 49 | \rm -I $NAME |
50 | \rm -I ltests | 50 | \rm -I ltests |
51 | 51 | ||
52 | echo ${NAME}.tar.gz" created" | ||
53 | |||
52 | 54 | ||