Skip to content

Commit 8e90896

Browse files
Chan Chak ShingHainish
authored andcommitted
Update test/run_travis.sh, Fix Travis fetch-test (EFForg#14585)
1 parent d12ea9c commit 8e90896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/run_travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ elif [ "$TEST" == "unittests" ]; then
3838
elif [ "$TEST" == "validations" ] || [ "$TEST" == "fetch" ] || [ "$TEST" == "preloaded" ]; then
3939

4040
# Folder paths, relative to parent
41-
RULESETFOLDER="${toplevel}/src/chrome/content/rules"
41+
RULESETFOLDER="src/chrome/content/rules"
4242

4343
# Go to git repo root; taken from ../test.sh. Note that
4444
# $GIT_DIR is .git in this case.

0 commit comments

Comments
 (0)