Fuck this we ain't gonna override tests for the linter

This commit is contained in:
Alexandre Aubin 2020-12-04 19:00:43 +01:00
parent 1bfa207369
commit 9009a49a15

View file

@ -922,24 +922,6 @@ then
partial1="${check_process}_part1" partial1="${check_process}_part1"
partial2="${check_process}_part2" partial2="${check_process}_part2"
# Extract the level section
check_process_section=$partial1
extract_section "^;;; Levels" ";; " "$check_process"
# Get the value associated to each level
# Get only the value for the level 5 from the check_process
# for i in `seq 1 10`
# do
# Find the line for this level
# line=$(find_string "^Level $i=")
line=$(find_string "^Level 5=")
# And get the value
# level[$i]=$(echo "$line" | cut -d'=' -f2)
level[5]=$(echo "$line" | cut -d'=' -f2)
# done
# Extract the Options section # Extract the Options section
check_process_section=$partial1 check_process_section=$partial1
extract_section "^;;; Options" ";; " "$check_process" extract_section "^;;; Options" ";; " "$check_process"