File indexing completed on 2024-04-06 12:03:40
0001
0002
0003 echo 'help' | runTheMatrix.py --interactive || exit 1
0004 echo 'predefined' | runTheMatrix.py --interactive || exit 1
0005 echo 'showWorkflow' | runTheMatrix.py --interactive || exit 1
0006 echo 'search .*D88.*' | runTheMatrix.py --interactive || exit 1
0007 echo 'dumpWorkflowId 1.0' | runTheMatrix.py --interactive || exit 1
0008 echo 'searchInWorkflow standard .*' | runTheMatrix.py --interactive || exit 1
0009 echo 'wrongCommand' | runTheMatrix.py --interactive || exit 0
0010