You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by li...@apache.org on 2021/05/03 12:08:49 UTC

[submarine] branch master updated: SUBMARINE-796. Fix link error in IntegrationTest.md

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

liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 05aecad  SUBMARINE-796. Fix link error in IntegrationTest.md
05aecad is described below

commit 05aecadccfaa119dc11c7879737089336d36a0ee
Author: Charles <ch...@gmail.com>
AuthorDate: Tue Apr 27 13:59:06 2021 +0800

    SUBMARINE-796. Fix link error in IntegrationTest.md
    
    ### What is this PR for?
    Fix link error
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    ### What is the Jira issue?
    [SUBMARINE-796](https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-796?filter=allopenissues)
    ### How should this be tested?
    [Travis CI](https://travis-ci.org/github/charlie0220/submarine/builds/768529707)
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: Charles <ch...@gmail.com>
    
    Signed-off-by: Liu Xun <li...@apache.org>
    
    Closes #567 from charlie0220/SUBMARINE-796 and squashes the following commits:
    
    2b7f034 [Charles] SUBMARINE-796. Fix link error in IntegrationTest.md
---
 website/docs/devDocs/IntegrationTest.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/devDocs/IntegrationTest.md b/website/docs/devDocs/IntegrationTest.md
index fbaf378..ea607d6 100644
--- a/website/docs/devDocs/IntegrationTest.md
+++ b/website/docs/devDocs/IntegrationTest.md
@@ -57,7 +57,7 @@ Each time a code is submitted, travis is automatically triggered for testing.
 
 ### E2E tests can be executed both locally and in Travis (For workbench developer)
 * Run E2E tests locally:
-  * Step1: Follow [HowToRun.md](https://github.com/apache/submarine/blob/master/docs/workbench/HowToRun.md) to launch the submarine-server and database.
+  * Step1: Follow [HowToRun.md](https://github.com/apache/submarine/blob/master/website/docs/adminDocs/yarn/workbench/HowToRun.md) to launch the submarine-server and database.
   * Step2: Run workbench (Angular version) locally
   ```
   cd submarine/submarine-workbench/workbench-web
@@ -93,7 +93,7 @@ mvn clean install -U
 ```
 > Run a specific testcase
 ```
-mvn -Dtest=${your_test_case_file_name} test //ex: mvn -Dtest=loginIT test 
+mvn -Dtest=${your_test_case_file_name} test //ex: mvn -Dtest=loginIT test
 ```
 
 ##### Result

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org