add Geef.Config module for Elixir
This commit is contained in:
committed by
Carlos Martín Nieto
parent
8c39463095
commit
01254f2f90
@@ -2,7 +2,7 @@ ExUnit.start
|
||||
|
||||
defmodule RepoHelpers do
|
||||
def tmp_bare do
|
||||
{a, b, c} = :erlang.now()
|
||||
{a, b, c} = :erlang.timestamp()
|
||||
n = node()
|
||||
dir = :io_lib.format("geef-~p~p~p~p.git", [n, a, b, c])
|
||||
path = Path.join(System.tmp_dir!, dir)
|
||||
|
||||
Reference in New Issue
Block a user