Repository: kylin
Updated Branches:
  refs/heads/document 1fb592695 -> 988e08652


revise 'how to test' page


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/988e0865
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/988e0865
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/988e0865

Branch: refs/heads/document
Commit: 988e086526dde6364f35de6e1a2cc8829bfbf6c1
Parents: 1fb5926
Author: Li Yang <liy...@apache.org>
Authored: Sun Dec 3 14:44:32 2017 +0800
Committer: Li Yang <liy...@apache.org>
Committed: Sun Dec 3 14:44:32 2017 +0800

----------------------------------------------------------------------
 website/_dev/howto_test.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/988e0865/website/_dev/howto_test.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_test.md b/website/_dev/howto_test.md
index b569812..88b1649 100644
--- a/website/_dev/howto_test.md
+++ b/website/_dev/howto_test.md
@@ -18,7 +18,7 @@ In general, there should be unit tests to cover individual 
classes; there must b
     * As the name indicates, the script is only for hdp 2.2.4.2, but you get 
the idea of how integration test run from it.
     * The integration tests start from generate random data, then build cube, 
merge cube, and finally query the result and compare to H2 DB.
     * The integration tests take one to two hours to complete.
-* `nohup dev-support/test_all_against_hdp_2_4_0_0_169.sh < /dev/null 2>&1 > 
nohup.out` runs IT in an unattended mode.
+* `nohup dev-support/test_all_against_hdp_2_4_0_0_169.sh < /dev/null 2>&1 > 
nohup.out &` runs IT in an unattended mode.
 
 ## Test v1.3 and below
 

Reply via email to