mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Add -y to test entries without an .err file; improve consistency
This commit is contained in:
parent
f1d5905d7e
commit
4c49e87f4c
67 changed files with 67 additions and 67 deletions
|
@ -1 +1 @@
|
|||
./main.py - -O -dcr
|
||||
main.py - -y -O -dcr
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py unit_tests/coverage.suite/existing-filename.lsl
|
||||
main.py -y unit_tests/coverage.suite/existing-filename.lsl
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
main.py -b unit_tests/builtins-coverage-5.txt \
|
||||
main.py -y -b unit_tests/builtins-coverage-5.txt \
|
||||
-L unit_tests/fndata-coverage-5.txt -
|
||||
|
|
|
@ -1 +1 @@
|
|||
./main.py --prettify -O clear -
|
||||
main.py -y --prettify -O clear -
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py -T -H --avname=Sei\ Lisa --shortname=script.lsl -
|
||||
main.py -y -T -H --avname=Sei\ Lisa --shortname=script.lsl -
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py - -O inline
|
||||
main.py - -y -O inline
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py - -O inline
|
||||
main.py - -y -O inline
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py -
|
||||
main.py -y -
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py -O -dcr,-constfold,lazylists -
|
||||
main.py -y -O -dcr,-constfold,lazylists -
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py -O clear,allowmultistrings,enableswitch,explicitcast,extendedassignment,extendedtypecast,allowkeyconcat,duplabels,processpre,breakcont,funcoverride -
|
||||
main.py -y -O clear,allowmultistrings,enableswitch,explicitcast,extendedassignment,extendedtypecast,allowkeyconcat,duplabels,processpre,breakcont,funcoverride -
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py -b unit_tests/builtins-coverage-1.txt -L unit_tests/fndata-coverage-3.txt -O -dcr -
|
||||
main.py -y -b unit_tests/builtins-coverage-1.txt -L unit_tests/fndata-coverage-3.txt -O -dcr -
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py -O -dcr,-constfold,shrinknames -
|
||||
main.py -y -O -dcr,-constfold,shrinknames -
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py --prenodef -p ext --precmd=python --prearg=unit_tests/cat.py --preshow -
|
||||
main.py -y --prenodef -p ext --precmd=python --prearg=unit_tests/cat.py --preshow -
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py -O -dcr -p mcpp -
|
||||
main.py -y -O -dcr -p mcpp -
|
||||
|
|
|
@ -1 +1 @@
|
|||
main.py -L unit_tests/seftable-coverage.txt -
|
||||
main.py -y -L unit_tests/seftable-coverage.txt -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue