Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Unified Diff: tests/test-lib.sh

Issue 203383005: in progress (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« tests/push-basic.sh ('K') | « tests/push-basic.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test-lib.sh
diff --git a/tests/test-lib.sh b/tests/test-lib.sh
index 46d34de36d064c9ead6aced5d86c9a4fff2dc57c..4c1901065a952eabdf3c3613572036230e62986a 100755
--- a/tests/test-lib.sh
+++ b/tests/test-lib.sh
@@ -100,7 +100,7 @@ setup_initgit() {
git commit -qam "second commit"
# Hack: make sure master is not the current branch
# otherwise push will give a warning
- git checkout -q -b foo
+ git checkout -q --detach master
)
}
« tests/push-basic.sh ('K') | « tests/push-basic.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698