ioannnikulin / minishell

2 stars 0 forks source link

67 diagnostic tool for external calls: environment printer #73

Closed ioannnikulin closed 1 month ago

ioannnikulin commented 1 month ago

verify with

./minishell TOOL_PRINT_ENV 1

Purpose: minishell should call subprograms with a custom set of envvars and params. This is a checker.

cr3mebrulee commented 1 month ago

verify with

./minishell TOOL_PRINT_ENV 1

Purpose: minishell should call subprograms with a custom set of envvars and params. This is a checker.

git branch
* 67_diag_environment_printer
  1. make
    Command analysis failed
  2. make vania
    Command analysis failed

    3.make fulltest

    nothing in output

is it desired result?

ioannnikulin commented 1 month ago

@cr3mebrulee do not use make, make all, make test

If you do, make fclean after that before doing anything else

The target rule here is make vania or make fulltest, as always: https://github.com/ioannnikulin/minishell/pull/70#discussion_r1803730111

If you want to see my part, you use make vania and it sets MOCK_TANIA so that your code is not used, and my mocks are used instead of it (like here).

cr3mebrulee commented 1 month ago

@cr3mebrulee do not use make, make all, make test

If you do, make fclean after that before doing anything else

The target rule here is make vania or make fulltest, as always: #70 (comment)

If you want to see my part, you use make vania and it sets MOCK_TANIA so that your code is not used, and my mocks are used instead of it (like here).

i did it. make fclean, make vania, make fclean, make fulltest - outpit is nothing on ./minishell TOOL_PRINT_ENV 1 what should i get?

ioannnikulin commented 1 month ago

image image