From d0a80859f630866461e8a888b3f8fe008c8158ba Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 11 Sep 2020 14:27:26 +0200 Subject: Added suite group and suite bonus, Added signal (not tested) --- src/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/config.py') diff --git a/src/config.py b/src/config.py index ca697f5..59c7dad 100644 --- a/src/config.py +++ b/src/config.py @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/07/15 18:24:19 by charles #+# #+# # -# Updated: 2020/09/11 12:21:14 by charles ### ########.fr # +# Updated: 2020/09/11 14:21:14 by charles ### ########.fr # # # # ############################################################################ # @@ -26,8 +26,8 @@ MINISHELL_DIR = ".." # minishell executable MINISHELL_EXEC = "minishell" -# build minishell before executing the test if set to True -MINISHELL_BUILD = True +# make minishell before executing the test if set to True +MINISHELL_MAKE = True # path to reference shell (shell which will be compared minishell) # has to support the -c option (sh, bash and zsh support it) -- cgit