Changeset: d18c34787d97 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d18c34787d97
Modified Files:
        documentation/source/developers_handbook.rst
        testing/SQLogicConvertNotes
Branch: Jan2022
Log Message:

Add a space after the shell prompt in examples.


diffs (24 lines):

diff --git a/documentation/source/developers_handbook.rst 
b/documentation/source/developers_handbook.rst
--- a/documentation/source/developers_handbook.rst
+++ b/documentation/source/developers_handbook.rst
@@ -120,7 +120,7 @@ Consider the following single client con
 Alternatively existing ``.sql`` scripts can be converted to sqllogic tests 
(.test) with ``Mconvert.py``.
 For example::
 
-    $Mconvert.py  --auto <module>/Tests <convert_me>.sql
+    $ Mconvert.py  --auto <module>/Tests <convert_me>.sql
 
 All new tests need to be placed in the appropriate test folder and their name 
respectively in the
 index ``All`` file.
diff --git a/testing/SQLogicConvertNotes b/testing/SQLogicConvertNotes
--- a/testing/SQLogicConvertNotes
+++ b/testing/SQLogicConvertNotes
@@ -2,7 +2,7 @@ Mconvert.py
 -----------
 Converts one test folder at the time. Only relevant option is `--auto`. When 
present a sqlogic test will be created for each matching .sql test. By default 
prints all to stdout. As initial dry run probably is a good idea to run without 
`--auto` option to see whether something goes wrong. 
 
-$Mconvert.py --auto sql/test/BugTracker-2008 
+$ Mconvert.py --auto sql/test/BugTracker-2008
 
 (deprecated) testing/convert_to_sqllogic.sh 
 ------------------------------
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to