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 6348269 commit 2663dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/test_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ SHELLCHECK() {

# Function 'TEST_RETRIEVE_VALIDATE' can test both the retrieval process and the
# validation process depending on which argument is passed to the function.
# $1: script to test, can either be 'retrieve' or 'validate'
# $1: script to test ('retrieve' or 'validate')
TEST_RETRIEVE_VALIDATE() {
script_to_test="$1"

Expand All @@ -121,13 +121,13 @@ TEST_RETRIEVE_VALIDATE() {
test_source_log
test_light_build

# Prepare and run retrieval script
# Distribute the sample input into various sources
split -n l/3 input.txt
mv xaa data/pending/domains_aa419.org.tmp
mv xab data/pending/domains_google_search_search-term-1.tmp
mv xac data/pending/domains_google_search_search-term-2.tmp

# Run retrieval script
run_script retrieve_domains.sh
fi

Expand Down

0 comments on commit 2663dbb

Please sign in to comment.