aboutsummaryrefslogtreecommitdiff
path: root/tests/load
diff options
context:
space:
mode:
Diffstat (limited to 'tests/load')
-rw-r--r--tests/load/buildfile2
-rw-r--r--tests/load/driver.cxx2
-rw-r--r--tests/load/loadtab (renamed from tests/load/r.conf)0
3 files changed, 2 insertions, 2 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
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx
index 396d89f..a0ab10f 100644
--- a/tests/load/driver.cxx
+++ b/tests/load/driver.cxx
@@ -52,7 +52,7 @@ main (int argc, char* argv[])
auto print_usage = [argv]()
{
cerr << "usage: " << argv[0]
- << " <loader_path> [loader_options] <loader_conf_file>" << endl;
+ << " <loader_path> [loader_options] <loadtab_file>" << endl;
};
if (argc < 3)
diff --git a/tests/load/r.conf b/tests/load/loadtab
index fe06984..fe06984 100644
--- a/tests/load/r.conf
+++ b/tests/load/loadtab