Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14082428
D14232.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
552 B
Referenced Files
None
Subscribers
None
D14232.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D14232: Allow an arc test to execute without a git author configured
Attached
Detach File
Event Timeline
Log In to Comment