You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2017/03/21 20:00:01 UTC

asterixdb git commit: Remove Extraneous Quotes in Start Sample Batchfile

Repository: asterixdb
Updated Branches:
  refs/heads/master f52e58e17 -> 653386a6f


Remove Extraneous Quotes in Start Sample Batchfile

e.g.
"--------------------------"
"Mon 03/20/2017 19:31:01.81"
"--------------------------"

Change-Id: I24581eb36e193628b93cb5be52903beb206c603d
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1605
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
BAD: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Ian Maxon <im...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/653386a6
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/653386a6
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/653386a6

Branch: refs/heads/master
Commit: 653386a6f786f3b958815950da5fcad0e3eb616b
Parents: f52e58e
Author: Michael Blow <mb...@apache.org>
Authored: Mon Mar 20 22:24:33 2017 -0700
Committer: Michael Blow <mb...@apache.org>
Committed: Tue Mar 21 12:59:37 2017 -0700

----------------------------------------------------------------------
 .../src/main/opt/local/bin/start-sample-cluster.bat            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/653386a6/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat b/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat
index fce27a9..60f5cb5 100644
--- a/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat
+++ b/asterixdb/asterix-server/src/main/opt/local/bin/start-sample-cluster.bat
@@ -102,9 +102,9 @@ if "%found%" == "1" (
 goto :post_timestamp
 
 :timestamp
-echo "--------------------------" >> %1
-echo "%date% %time%" >> %1
-echo "--------------------------" >> %1
+echo -------------------------- >> %1
+echo %date% %time% >> %1
+echo -------------------------- >> %1
 exit /B 0
 
 :post_timestamp