From 8e945d7f955944eacc05cd206c7a00cd6b39bb02 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sat, 23 Mar 2024 16:49:21 +0100 Subject: [PATCH] Add some GitHub actions debugging --- src/test/php/lang/unittest/CommandLineTest.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/php/lang/unittest/CommandLineTest.class.php b/src/test/php/lang/unittest/CommandLineTest.class.php index 3eaa6de4c..1b8c939f5 100755 --- a/src/test/php/lang/unittest/CommandLineTest.class.php +++ b/src/test/php/lang/unittest/CommandLineTest.class.php @@ -289,6 +289,7 @@ public function resolve_path_on_unix() { #[Test, Runtime(os: 'Linux|Darwin')] public function resolve_ls_on_unix() { + var_dump([...CommandLine::$UNIX->resolve('ls')]); Assert::true(is_executable(CommandLine::$UNIX->resolve('ls')->current())); }