From ffbe2698bab198d8f621a9ad2c62a009b28bad9e Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 16 Jun 2020 09:32:35 +0200 Subject: Added file watch and setup command --- config.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config.py') diff --git a/config.py b/config.py index 9398899..a1a8d32 100644 --- a/config.py +++ b/config.py @@ -10,10 +10,6 @@ MINISHELL_EXEC = "minishell" # has to support the -c option (sh, bash and zsh support it) REFERENCE_SHELL_PATH = "/bin/bash" -# string marker which show the test result -PASS_MARKER = '.' -FAIL_MARKER = '!' - # log file path LOG_PATH = "result.log" -- cgit