summaryrefslogtreecommitdiff
path: root/testprogs/ejs/minschema.js
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/ejs/minschema.js')
-rwxr-xr-xtestprogs/ejs/minschema.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/testprogs/ejs/minschema.js b/testprogs/ejs/minschema.js
index dd7e04270a..50aca64da5 100755
--- a/testprogs/ejs/minschema.js
+++ b/testprogs/ejs/minschema.js
@@ -27,6 +27,8 @@ if (options.ARGV.length != 2) {
var url = options.ARGV[0];
var classfile = options.ARGV[1];
+/* use command line creds if available */
+ldb.credentials = options.get_credentials();
var ok = ldb.connect(url);
assert(ok);