tests: write image to current directory by default
This reverts 50b7b70835.
We didn't make Meson create a logs directory, so writing the images fails
because the directory does not exist. If you run a test without Meson, there is
even less expectation that it would write somewhere else than CWD by default.
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
@@ -1010,7 +1010,7 @@ output_path(void)
|
|||||||
char *path = getenv("WESTON_TEST_OUTPUT_PATH");
|
char *path = getenv("WESTON_TEST_OUTPUT_PATH");
|
||||||
|
|
||||||
if (!path)
|
if (!path)
|
||||||
return "./logs";
|
return ".";
|
||||||
|
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user