Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 2, 2024
1 parent 71a1c91 commit eebd01a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions functions/test_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ check_syntax() {
fi
}

# The 'test_<function>' scripts are to test individual functions
# within scripts. The input.txt file is to be processed by the called script.
# The 'test_<process>' functions are to test individual processes within
# scripts. The input.txt file is to be processed by the called script.
# The out_<name>.txt file is the expected output after processing
# by the called script.

Expand Down Expand Up @@ -590,6 +590,8 @@ on_exit() {
fi
}

### END OF 'test_<process>' FUNCTIONS

# Function 'run_script' executes the script passed by the caller.
# Input:
# $1: scrip to execute
Expand Down

0 comments on commit eebd01a

Please sign in to comment.