Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent 95346ce commit 5fc5fcf
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 @@ -247,7 +247,7 @@ TEST_BUILD() {
printf "%s\n" "$domain" >> "$RAW"
cp "$RAW" "$RAW_LIGHT"

bash build_lists.sh
bash functions/build_lists.sh

# TODO: check exit status

Expand All @@ -271,7 +271,7 @@ TEST_BUILD() {
# $2: name and directory of format
check_list() {

cat "lists/${2}/scams.txt"
head -n 50 "lists/${2}/scams.txt"

# Check regular version
if ! grep -qxF "$1" "lists/${2}/scams.txt"; then
Expand Down

0 comments on commit 5fc5fcf

Please sign in to comment.