aboutsummaryrefslogtreecommitdiff
path: root/minishell_test
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-11 17:58:46 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-11 17:58:46 +0100
commit902f36434e328e037fa9b587552c7a8369d6c881 (patch)
tree018e8319d3404c23bc51a1c6fb5c7d6d6c02e9c1 /minishell_test
parentf034ae19647f41cab5ce06eeca53ea0dae459f83 (diff)
downloadminishell_test-902f36434e328e037fa9b587552c7a8369d6c881.tar.gz
minishell_test-902f36434e328e037fa9b587552c7a8369d6c881.tar.bz2
minishell_test-902f36434e328e037fa9b587552c7a8369d6c881.zip
Changed the name of the result file since it's no longer outputed in minishell_test's directory
Diffstat (limited to 'minishell_test')
-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