Skip to content

Commit

Permalink
[TEST] Add timestamp to yaml runner
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jul 28, 2014
1 parent f003010 commit b0d351f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Elasticsearch/Tests/YamlRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ public function testYaml()
}

foreach ($yamlDocs as $doc) {
echo " ".key($doc['values'])."\n";
$ts = date('c');
echo " ".key($doc['values'])." [$ts]\n";
ob_flush();

$this->clearCluster();
Expand Down

0 comments on commit b0d351f

Please sign in to comment.