Changeset: 264ffed1c717 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/264ffed1c717
Modified Files:
testing/sqllogictest.py
Branch: Jan2022
Log Message:
Update help message.
diffs (17 lines):
diff --git a/testing/sqllogictest.py b/testing/sqllogictest.py
--- a/testing/sqllogictest.py
+++ b/testing/sqllogictest.py
@@ -778,9 +778,11 @@ if __name__ == '__main__':
help='information to add to any error messages')
parser.add_argument('--approve', action='store',
type=argparse.FileType('w'),
- help='file in which to produce a new .test file with
updated results')
+ help='file in which to produce a new .test file '
+ 'with updated results')
parser.add_argument('--define', action='append',
- help='define substitutions')
+ help='define substitution for $var as var=replacement'
+ ' (can be repeated)')
parser.add_argument('tests', nargs='*', help='tests to be run')
opts = parser.parse_args()
args = opts.tests
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]