Explorar el Código

Script 'packtests' gets Lua version as a parameter

Roberto Ierusalimschy hace 5 años
padre
commit
b98d41db99
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      testes/packtests

+ 3 - 1
testes/packtests

@@ -1,4 +1,4 @@
-NAME="lua-5.4.0-alpha-tests"
+NAME=$1"-tests"
 
 ln -s . $NAME
 ln -s .. ltests
@@ -49,4 +49,6 @@ $NAME/ltests/ltests.c
 \rm -I $NAME
 \rm -I ltests
 
+echo ${NAME}.tar.gz" created"
+