Unverified Commit 679ee355 authored by boklm's avatar boklm
Browse files

Bug 25101: Set TORBROWSER_NIGHTLY_VERSION env variable

parent d5e23151
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -149,6 +149,9 @@ sub pre_tests {
            return;
        }
    }
    if ($tbbinfos->{tbb_version}) {
        $ENV{TORBROWSER_NIGHTLY_VERSION} = $tbbinfos->{tbb_version};
    }
}

1;