aboutsummaryrefslogtreecommitdiff
path: root/spec/util/test_env.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/util/test_env.lua')
-rw-r--r--spec/util/test_env.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua
index d37444e2..bfdedb9b 100644
--- a/spec/util/test_env.lua
+++ b/spec/util/test_env.lua
@@ -1151,8 +1151,10 @@ function test_env.main()
1151 end 1151 end
1152 1152
1153 -- luacov is needed for both minimal or full environment 1153 -- luacov is needed for both minimal or full environment
1154 table.insert(urls, "/datafile-${DATAFILE}.src.rock")
1154 table.insert(urls, "/luacov-${LUACOV}.src.rock") 1155 table.insert(urls, "/luacov-${LUACOV}.src.rock")
1155 table.insert(urls, "/cluacov-${CLUACOV}.src.rock") 1156 table.insert(urls, "/cluacov-${CLUACOV}.src.rock")
1157 table.insert(rocks, "datafile")
1156 table.insert(rocks, "luacov") 1158 table.insert(rocks, "luacov")
1157 table.insert(rocks, "cluacov") 1159 table.insert(rocks, "cluacov")
1158 1160