From b182b416169dc5286df737b7bf64dd6be1bb8eef Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 13 Sep 2023 19:40:22 -0300 Subject: Support getting io.popen results on file:close() on PUC-Rio Lua 5.1 (#53) --- .github/workflows/compat53-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/compat53-tests.yml b/.github/workflows/compat53-tests.yml index d0dd3d4..40819ce 100644 --- a/.github/workflows/compat53-tests.yml +++ b/.github/workflows/compat53-tests.yml @@ -55,7 +55,7 @@ jobs: if [ "${{ matrix.external }}" = true ]; then DEF="-DCOMPAT53_PREFIX=compat53" SRC="c-api/compat-5.3.c"; fi ${CC} ${CFLAGS} -Iold/include ${DEF} -shared -o old/testmod.so tests/testmod.c ${SRC} ${CC} ${CFLAGS} -Inew/include ${DEF} -shared -o new/testmod.so tests/testmod.c ${SRC} - gcc ${CFLAGS} -Iold/include ${DEF} -shared -o old/compat53.so ltablib.c lutf8lib.c lstrlib.c ${SRC} + gcc ${CFLAGS} -Iold/include ${DEF} -shared -o old/compat53.so ltablib.c lutf8lib.c lstrlib.c liolib.c ${SRC} - name: run test scripts run: | (cd old && bin/lua ../tests/test.lua) > old.txt -- cgit v1.2.3-55-g6feb