infoforcefeed / OlegDB

Enough works to use this in production

Home Page:http://olegdb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop /tmp/oleg_is_king/testdb.val

Hamcha opened this issue · comments

This is messing up testing and buildbots, and should definitely not be done like this anyway.

Why are we using an absolute path?

Alright, should be an easy fix. We did it initially because it was easy and a non-issue, and very deterministic. I guess I'll use mkstemp() or something instead.