Page MenuHomePhabricator

D14232.diff
No OneTemporary

D14232.diff

diff --git a/src/parser/__tests__/ArcanistBundleTestCase.php b/src/parser/__tests__/ArcanistBundleTestCase.php
--- a/src/parser/__tests__/ArcanistBundleTestCase.php
+++ b/src/parser/__tests__/ArcanistBundleTestCase.php
@@ -137,7 +137,9 @@
throw $ex;
}
- execx('git commit -m %s', $subject);
+ $author = 'unit-test <unit-test@phabricator.com>';
+
+ execx('git commit --author %s -m %s', $author, $subject);
list($result_hash) = execx('git log -n1 --format=%s', '%T');
$result_hash = trim($result_hash);

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 11:49 PM (20 h, 25 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6776838
Default Alt Text
D14232.diff (552 B)

Event Timeline