From c9d612713c87787e7614c4d5ec4eb02f867800c7 Mon Sep 17 00:00:00 2001 From: samugi Date: Fri, 13 Dec 2024 17:13:38 +0100 Subject: [PATCH] fix(ci): update myplugin test file name --- assets/ci/pongo_luacov.test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/ci/pongo_luacov.test.sh b/assets/ci/pongo_luacov.test.sh index e4e572dc..9ff368b3 100755 --- a/assets/ci/pongo_luacov.test.sh +++ b/assets/ci/pongo_luacov.test.sh @@ -16,7 +16,7 @@ function run_test { [ -f ./luacov.stats.out ] && rm ./luacov.stats.out [ -f ./luacov.report.out ] && rm ./luacov.report.out - pongo run --no-cassandra -- --coverage ./spec/myplugin/01-unit_spec.lua + pongo run --no-cassandra -- --coverage ./spec/myplugin/02-unit_spec.lua if [ ! -f ./luacov.stats.out ]; then tfailure "expected file ./luacov.stats.out not found" else