Commit 321c1c7dcd212e6c948e61853b70ead4e95f72c2

Authored by Etienne Pallier
1 parent 9b53e398
Exists in dev

updated HOWTO

Showing 3 changed files with 7 additions and 1 deletions   Show diff stats
@@ -4,6 +4,8 @@ @@ -4,6 +4,8 @@
4 Here is how you can RUN pyros 4 Here is how you can RUN pyros
5 ******************************* 5 *******************************
6 6
  7 +(More on this subject at https://docs.google.com/document/d/1osHT3d8GiofRd9k3nL7cz4Hcmo9WVEOcSaSSQpgJcFs/edit#heading=h.w3ny4xnj9sc8)
  8 +
7 ------------------------------------------- 9 -------------------------------------------
8 (A) Command-line running (no web interface): 10 (A) Command-line running (no web interface):
9 ------------------------------------------- 11 -------------------------------------------
HOWTO_TEST.txt
@@ -3,6 +3,9 @@ @@ -3,6 +3,9 @@
3 Here is how you can TEST that pyros is working well (ensure that nothing is broken) 3 Here is how you can TEST that pyros is working well (ensure that nothing is broken)
4 ************************************************************************************* 4 *************************************************************************************
5 5
  6 +(More on this subject at https://docs.google.com/document/d/1osHT3d8GiofRd9k3nL7cz4Hcmo9WVEOcSaSSQpgJcFs/edit#heading=h.odcd50f0rjwh)
  7 +
  8 +
6 (A) Running the unit tests suite: 9 (A) Running the unit tests suite:
7 - (1) Some unit tests only: 10 - (1) Some unit tests only:
8 ./pyros.py test 11 ./pyros.py test
@@ -17,3 +20,4 @@ @@ -17,3 +20,4 @@
17 20
18 (C) Interactive testing: 21 (C) Interactive testing:
19 ./pyros.py shell 22 ./pyros.py shell
  23 +
@@ -74,7 +74,7 @@ Author: E. Pallier (epallier@irap.omp.eu) @@ -74,7 +74,7 @@ Author: E. Pallier (epallier@irap.omp.eu)
74 VERSION: 0.30.12 74 VERSION: 0.30.12
75 75
76 Comment : 76 Comment :
77 -- "./pyros install -p -d" => (-p = packages_only ; -d = -database_only) 77 +- "./pyros install -p -d" => (-p = --packages_only ; -d = --database_only)
78 78
79 79
80 RAPPELS SUR L'UTILISATION : 80 RAPPELS SUR L'UTILISATION :