diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-03 17:48:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-04 13:41:05 +0300 |
commit | 46fd72d12ac587e46bbfdd653673d3b2ae8d433b (patch) | |
tree | e1358e6a63b3992fd91bfa09c140b951859f9c13 /tests/load/buildfile | |
parent | 995d0c5dd5eb9a3221a18028466043852808bc23 (diff) |
Rename brep-load.conf to loadtab, make use of butl::tab_parser
Diffstat (limited to 'tests/load/buildfile')
-rw-r--r-- | tests/load/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/load/buildfile b/tests/load/buildfile index a4b0ffb..2088ee1 100644 --- a/tests/load/buildfile +++ b/tests/load/buildfile @@ -18,4 +18,4 @@ exe{driver}: test = false # precondition: PostgreSQL server running port 8432 with brep schema created. # test: -# ./driver ../../load/brep-load --db-host localhost --db-port 8432 ./r.conf +# ./driver ../../load/brep-load --db-host localhost --db-port 8432 ./loadtab |