print out hphp command too

Esse commit está contido em:
Paul Tarjan
2013-04-24 13:11:48 -07:00
commit de Sara Golemon
commit 7d3eb74b6a
+3
Ver Arquivo
@@ -277,6 +277,9 @@ if ($return_status) {
if (isset($options['repo'])) {
$command .= " -v Repo.Authoritative=true ";
$command = str_replace(verify_hhbc(), "$filename.repo/hhvm.hhbc", $command);
$command = implode(' ', hphp_arg($options, $tests)).
" -thhbc -l0 -k1 -o $filename.repo $filename\n".
$command;
}
print "\nTo run these by hand$extra_help:\n".