| Index: samples/third_party/dromaeo/generate_frog_tests.py
|
| diff --git a/samples/third_party/dromaeo/generate_frog_tests.py b/samples/third_party/dromaeo/generate_frog_tests.py
|
| index 39f35dc7efe351e27965fd9fe46ee9c08f2bb8a1..3f5d5cba51c1db70398e140dfbaaa7b525a71e83 100755
|
| --- a/samples/third_party/dromaeo/generate_frog_tests.py
|
| +++ b/samples/third_party/dromaeo/generate_frog_tests.py
|
| @@ -18,7 +18,7 @@ def HtmlConvert(infile):
|
| else:
|
| raise 'Illegal input: ' + infile
|
|
|
| - cmd = ['python', htmlconverter, tail, '-o', outdir, '--frog']
|
| + cmd = ['python', htmlconverter, tail, '-o', outdir]
|
| print 'Executing: ' + ' '.join(cmd)
|
| subprocess.call(cmd)
|
| if head == 'tests':
|
|
|