You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2020/09/28 17:59:59 UTC

[accumulo-testing] branch main updated: removes uneeded import from performance script (#126)

This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/main by this push:
     new 5fa5a3b  removes uneeded import from performance script (#126)
5fa5a3b is described below

commit 5fa5a3b6f4b4c0b7614a9d6bb768d2a3bbee527a
Author: Keith Turner <kt...@apache.org>
AuthorDate: Mon Sep 28 13:59:53 2020 -0400

    removes uneeded import from performance script (#126)
---
 bin/performance | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bin/performance b/bin/performance
index c3f72da..45e14d6 100755
--- a/bin/performance
+++ b/bin/performance
@@ -15,9 +15,12 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# This script intentionally does not use other accumulo-testing scripts and
+# config and only relies on cluster-control.sh script to get all environmental
+# information.
+
 bin_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
 at_home=$( cd "$( dirname "$bin_dir" )" && pwd )
-source "${bin_dir}/build"
 at_version=2.0.0-SNAPSHOT
 
 function print_usage() {