Skip to content

Commit

Permalink
phoromatic: Reporting string tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed May 22, 2015
1 parent cdf6560 commit bf361b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pts-core/modules/phoromatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ public static function run_connection($args)
{
pts_client::$pts_logger = new pts_logger();
}
pts_client::$pts_logger->log(pts_title(true) . ' starting Phoromatic client');
pts_client::$pts_logger->log(pts_title(true) . ' [' . PTS_CORE_VERSION . '] starting Phoromatic client');

if(phodevi::system_uptime() < 60)
{
Expand Down Expand Up @@ -964,7 +964,7 @@ public static function __pre_test_run(&$pts_test_result)
return false;
}

phoromatic::update_system_status('Running: ' . $pts_test_result->test_profile->get_identifier() . ' [' . $pts_test_result->get_arguments_description() . ']',
phoromatic::update_system_status('Running: ' . $pts_test_result->test_profile->get_identifier() . ($pts_test_result->get_arguments_description() != null ? ' [' . $pts_test_result->get_arguments_description() . ']' : null),
ceil(self::$test_run_manager->get_estimated_run_time() / 60),
self::$test_run_manager->get_percent_complete(),
null,
Expand Down

0 comments on commit bf361b5

Please sign in to comment.