aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--awwan_local_test.go2
-rw-r--r--session_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/awwan_local_test.go b/awwan_local_test.go
index 7c1b957..a36be2e 100644
--- a/awwan_local_test.go
+++ b/awwan_local_test.go
@@ -448,7 +448,7 @@ func TestAwwanLocal_withEncryption(t *testing.T) {
)
for _, c = range cases {
- t.Logf(c.desc)
+ t.Log(c.desc)
req, err = NewExecRequest(CommandModeLocal, c.script, c.lineRange)
if err != nil {
diff --git a/session_test.go b/session_test.go
index 281c2cc..c7da497 100644
--- a/session_test.go
+++ b/session_test.go
@@ -71,7 +71,7 @@ func TestSession_generatePaths(t *testing.T) {
)
for _, c = range cases {
- t.Logf(c.scriptPath)
+ t.Log(c.scriptPath)
scriptPath = filepath.Clean(c.scriptPath)
ses.ScriptDir = filepath.Dir(scriptPath)