Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15400121
D14232.id34368.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.id34368.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
Tue, Mar 18, 9:50 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709624
Default Alt Text
D14232.id34368.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