aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-16 09:32:35 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-16 09:32:35 +0200
commitffbe2698bab198d8f621a9ad2c62a009b28bad9e (patch)
treeaf3d6f7d993ec1bf3b5ee22c09725f488bbf34d4 /config.py
parentf928d08ceda74011d387e755c12bf0256a572d8d (diff)
downloadminishell_test-ffbe2698bab198d8f621a9ad2c62a009b28bad9e.tar.gz
minishell_test-ffbe2698bab198d8f621a9ad2c62a009b28bad9e.tar.bz2
minishell_test-ffbe2698bab198d8f621a9ad2c62a009b28bad9e.zip
Added file watch and setup command
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 0 insertions, 4 deletions
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"