ctubbsii commented on a change in pull request #279:
URL: https://github.com/apache/fluo-uno/pull/279#discussion_r818757902



##########
File path: bin/impl/install/accumulo.sh
##########
@@ -18,6 +18,13 @@
 # shellcheck source=bin/impl/util.sh
 source "$UNO_HOME"/bin/impl/util.sh
 
+function install_test_jar() {
+  local test_jar_source="$DOWNLOADS/accumulo-test-2.1.0-SNAPSHOT.jar"
+  local test_jar_destination="$ACCUMULO_HOME/lib"
+  print_to_console "Installing Apache Accumulo test jar $test_jar_source to 
$test_jar_destination"
+  mv "$test_jar_source" "$test_jar_destination"

Review comment:
       Should this be `cp` ?
   ```suggestion
     cp "$test_jar_source" "$test_jar_destination"
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to