aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/test_server_test_lib.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/test/test_server_test_lib.erl')
-rw-r--r--lib/common_test/test/test_server_test_lib.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/test_server_test_lib.erl b/lib/common_test/test/test_server_test_lib.erl
index cf5951ae03..6c8e98bd12 100644
--- a/lib/common_test/test/test_server_test_lib.erl
+++ b/lib/common_test/test/test_server_test_lib.erl
@@ -81,7 +81,7 @@ prepare_tester_node(Node,Config) ->
[true = rpc:call(Node, code, add_patha, [D]) || D <- PathDirs],
io:format("Dirs added to code path (on ~w):~n",
[Node]),
- [io:format("~s~n", [D]) || D <- PathDirs],
+ [io:format("~ts~n", [D]) || D <- PathDirs],
true = rpc:call(Node, os, putenv,
["TEST_SERVER_FRAMEWORK", "undefined"]),