Skip to content
Snippets Groups Projects
Verified Commit 5df0d184 authored by Petr Špaček's avatar Petr Špaček Committed by Tomas Krizek
Browse files

tests: detect missing environment variable TEST_FILE

parent 49772526
Branches
Tags
1 merge request!1000Reimplement map()
......@@ -19,6 +19,7 @@ modules.unload 'ta_signal_query'
modules.unload 'ta_update'
-- load test
assert(type(env.TEST_FILE) == 'string')
log('processing test file %s', env.TEST_FILE)
local tests = dofile(env.TEST_FILE)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment