summaryrefslogtreecommitdiff
path: root/jstests/libs/all_commands_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/libs/all_commands_test.js')
-rw-r--r--jstests/libs/all_commands_test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/libs/all_commands_test.js b/jstests/libs/all_commands_test.js
index c3d02fbd548..b328a958518 100644
--- a/jstests/libs/all_commands_test.js
+++ b/jstests/libs/all_commands_test.js
@@ -63,8 +63,8 @@ const AllCommandsTest = (function() {
}
// Run logic specified by caller.
- jsTestName("Testing " + command);
- testFn(test);
+ jsTestLog("Testing " + command);
+ testFn(test, conn);
}
}