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

Unified Diff: src/scripts/run_remote_tests.sh

Issue 1515011: Adds gmergefs. A method of remoting to a target and pushing new (Closed)
Patch Set: Fixes for adlr Created 10 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
« no previous file with comments | « src/scripts/enter_chroot.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/run_remote_tests.sh
diff --git a/src/scripts/run_remote_tests.sh b/src/scripts/run_remote_tests.sh
index f6060c95553ad21ba76533f6f1350429f0e1d8f8..6239137c15f110f1b8fae4fae02b25e51383a796 100755
--- a/src/scripts/run_remote_tests.sh
+++ b/src/scripts/run_remote_tests.sh
@@ -79,15 +79,6 @@ function is_successful_test() {
return 0
}
-# Removes single quotes around parameter
-# Arguments:
-# $1 - string which optionally has surrounding quotes
-# Returns:
-# None, but prints the string without quotes.
-function remove_quotes() {
- echo "$1" | sed -e "s/^'//; s/'$//"
-}
-
# Adds attributes to all tests run
# Arguments:
# $1 - results directory
« no previous file with comments | « src/scripts/enter_chroot.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698