diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-11 17:58:46 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-11 17:58:46 +0100 |
| commit | 902f36434e328e037fa9b587552c7a8369d6c881 (patch) | |
| tree | 018e8319d3404c23bc51a1c6fb5c7d6d6c02e9c1 | |
| parent | f034ae19647f41cab5ce06eeca53ea0dae459f83 (diff) | |
| download | minishell_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
| -rw-r--r-- | minishell_test/config.py | 4 |
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 |
