From aae2c97a51069cfee41ed3250eec0fb1e91dd0fb Mon Sep 17 00:00:00 2001 From: Pasu Chan Chak Shing Date: Sat, 10 Feb 2018 16:51:19 +0800 Subject: [PATCH] Update test/run_travis.sh, Fix Travis fetch-test --- test/run_travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_travis.sh b/test/run_travis.sh index 12557f5e0219..5f01cca66a56 100755 --- a/test/run_travis.sh +++ b/test/run_travis.sh @@ -38,7 +38,7 @@ elif [ "$TEST" == "unittests" ]; then elif [ "$TEST" == "validations" ] || [ "$TEST" == "fetch" ] || [ "$TEST" == "preloaded" ]; then # Folder paths, relative to parent - RULESETFOLDER="${toplevel}/src/chrome/content/rules" + RULESETFOLDER="src/chrome/content/rules" # Go to git repo root; taken from ../test.sh. Note that # $GIT_DIR is .git in this case.