Skip to content

Commit 2e6b610

Browse files
committed
ping imagetest before trying to create baseline img
1 parent a0caefd commit 2e6b610

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks/baseline.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ var cmd = containerCommands.getRunCmd(
1414
);
1515

1616
console.log(msg);
17-
common.execCmd(cmd);
17+
common.execCmd(containerCommands.ping, function() {
18+
common.execCmd(cmd);
19+
});

0 commit comments

Comments
 (0)