aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--minishell_test/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/minishell_test/config.py b/minishell_test/config.py
index 1497d0e..54e3c28 100644
--- a/minishell_test/config.py
+++ b/minishell_test/config.py
@@ -6,7 +6,7 @@
# By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/07/15 18:24:19 by charles #+# #+# #
-# Updated: 2021/02/11 17:51:48 by charles ### ########.fr #
+# Updated: 2021/02/11 17:56:37 by charles ### ########.fr #
# #
# ############################################################################ #
@@ -43,7 +43,7 @@ REFERENCE_ARGS: List[str] = [] # ["--posix"]
PAGER = "less"
# log file path
-LOG_PATH = "result.log"
+LOG_PATH = "minishell_test_result.log"
# path to the sandbox directory
# WARNING: will be rm -rf so be careful