From 5da0b4ea5a29f5975b8c5c8289269c58780e2cf4 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 6 Mar 2021 11:03:29 -0500 Subject: [PATCH] Add a directory listing for the language tests. --- cups/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cups/Makefile b/cups/Makefile index 2ef0368f91..a49747e261 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -641,6 +641,8 @@ testlang: testlang.o $(LIBCUPSSTATIC) $(LN) ../../$$po locale/$$lang; \ done echo Running language API tests... + echo ls -al locale + ls -al locale LOCALEDIR=locale ./testlang -- 2.47.2