• Kirill Smelkov's avatar
    Fix status to be always defined · 9640d0fe
    Kirill Smelkov authored
    Previously, if --master_url was not provided, the program would crash
    with UnboundLocalError for status, since for that case list of tests was
    empty. Fix it by moving status initialization higher by one level.
    
    See next patch where we'll add meaning for nxdtest run with no
    --master_url set.
    9640d0fe
nxdtest 8.88 KB