aboutsummaryrefslogtreecommitdiff
path: root/minishell_test.config
blob: 3795ac74f2bc00eac68b39d8d2bf52a65b42d4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Minishell config file

# minishell dir path
minishell_path=../minishell

# minishell executable
minishell_exec=minishell

# lorem (long text) path
lorem_path=lorem.txt

# path to reference shell (shell which will be compared 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_file=result.log