Skip to content

Commit

Permalink
testfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed May 19, 2024
1 parent bc8c323 commit fc9d106
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 284 deletions.
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions test-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ set -e

if [ "$TEST" = "" ]; then
TEST=`ls test/test*.js`
RUN_JSHINT=1
RUN_JSHINT=0
fi

export PATH="/usr/sbin:node_modules/.bin:$PATH"
export TZ="Etc/GMT"
export NODE_PATH="test:lib:$NODE_PATH"

if [ ! -d test/maxmind ]; then
test/maxmind_db.sh
fi

echo "Launching test : $TEST"

if [ "$COVER" != "" ]; then
Expand All @@ -28,4 +24,4 @@ echo ""

if [ "$RUN_JSHINT" = "1" ]; then
./jshint.sh
fi
fi
5 changes: 0 additions & 5 deletions test/maxmind_db.sh

This file was deleted.

270 changes: 0 additions & 270 deletions test/test_214_filter_geoip.js

This file was deleted.

0 comments on commit fc9d106

Please sign in to comment.