[PATCH] D16196: [test-suite] Add HOME to test env under lit

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 12:27:40 PST 2016


mcrosier added a comment.

In http://reviews.llvm.org/D16196#328091, @MatzeB wrote:

> I shortly looked at the sqlite3 source and if I read it correctly, then it should be enough to checkin an empty sqliterc file and change RUN_OPTIONS TO:
>
>   set(RUN_OPTIONS -init ${CMAKE_CURREN_SOURCE_DIR}/sqliterc :memory:)
>
> and it should not try to read $HOME/.sqliterc anymore. You can do that right now without further review I think.


Done so in r257928.


http://reviews.llvm.org/D16196





More information about the llvm-commits mailing list