aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cli_main.py
diff options
context:
space:
mode:
authorDmitrii Agibov <dmitrii.agibov@arm.com>2023-02-15 09:08:14 +0000
committerDmitrii Agibov <dmitrii.agibov@arm.com>2023-02-15 12:11:59 +0000
commitaf251a19c623dc371c959c75e823ef11aeeccdf2 (patch)
tree8aa89585cc6f5455cce26498a6bbdd6b4b6df6c5 /tests/test_cli_main.py
parent49dfd03617ed28a4fcbd847dd958c27442c84556 (diff)
downloadmlia-af251a19c623dc371c959c75e823ef11aeeccdf2.tar.gz
MLIA-813 Change default output directory
- If no output directory provided then create one in the current working directory - Update documentation and tests Change-Id: Id1f2acef14e1bd2edffbfa6139a961a5c5018211
Diffstat (limited to 'tests/test_cli_main.py')
-rw-r--r--tests/test_cli_main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cli_main.py b/tests/test_cli_main.py
index 3472e31..c129c4b 100644
--- a/tests/test_cli_main.py
+++ b/tests/test_cli_main.py
@@ -311,7 +311,7 @@ def test_commands_execution_backend_main(
MagicMock(side_effect=Exception("Error")),
[
"Execution finished with error: Error",
- "Please check the log files in the /tmp/mlia-",
+ "Please check the log files in the",
"/logs for more details",
],
],
@@ -320,7 +320,7 @@ def test_commands_execution_backend_main(
MagicMock(side_effect=Exception("Error")),
[
"Execution finished with error: Error",
- "Please check the log files in the /tmp/mlia-",
+ "Please check the log files in the",
"/logs for more details, or enable debug mode (--debug)",
],
],