All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/tools_test: Print the starting cwd
@ 2019-01-14 12:42 Petri Latvala
  2019-01-14 13:24 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2019-01-14 19:11 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Petri Latvala @ 2019-01-14 12:42 UTC (permalink / raw)
  To: igt-dev; +Cc: Tomi Sarvela, Petri Latvala, Martin Peres

Occasionally in CI tools_test goes looking for tools binaries in /bin,
instead of /opt/igt/bin where they should be. Print out the cwd before
the chdir() dance to figure out what's going on.

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
Cc: Martin Peres <martin.peres@linux.intel.com>
---
 tests/tools_test.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/tools_test.c b/tests/tools_test.c
index 88a6ae96..de574fa8 100644
--- a/tests/tools_test.c
+++ b/tests/tools_test.c
@@ -82,6 +82,10 @@ igt_main
 	igt_fixture {
 		char *path;
 
+		path = get_current_dir_name();
+		igt_info("Looking for tools, cwd is %s\n", path);
+		free(path);
+
 		igt_require_f(chdir_to_tools_dir(),
 			      "Unable to determine the tools directory, expecting them in $cwd/" TOOLS " or $path/" TOOLS "\n");
 		path = get_current_dir_name();
-- 
2.19.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-14 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14 12:42 [igt-dev] [PATCH i-g-t] tests/tools_test: Print the starting cwd Petri Latvala
2019-01-14 13:24 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-01-14 19:11 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.