Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[funfuzz] Commandline argument -t "js" in bot.py is not recognized. But it is mentioned in the readme.md. #185

Closed
syedkhalid opened this issue Apr 20, 2018 · 1 comment
Assignees
Labels

Comments

@syedkhalid
Copy link

syedkhalid commented Apr 20, 2018

ubuntu@XXXXX~/PycharmProjects/funfuzz/src$ python -u -m funfuzz.loop_bot -b "--random" -t "js" --target-time 28800 | tee ~/log-loop_botPy.txt
localLoop #1!
Platform details: Linux  XXXXX-XXX 4.4.0-109-generic #132~14.04.1-Ubuntu SMP Tue Jan 9 21:46:42 UTC 2018 x86_64 x86_64
hg version: Mercurial Distributed SCM (version 2.8.2)
gdb version: GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.3) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
Python version: 2.7.6
Number of cores visible to OS: 4
Free space (GB): 220.89
Corefile size (soft limit, hard limit) is: (0, -1)
Usage: bot.py [options]

bot.py: error: no such option: -t
Something went wrong when calling: ['/usr/bin/python', '-u', '-m', 'funfuzz.bot', '-b', '--random', '-t', 'js', '--target-time', '28800']
CalledProcessError()
Traceback (most recent call last):
  File "/home/ubuntu/PycharmProjects/funfuzz/src/funfuzz/loop_bot.py", line 32, in loop_seq
    subprocess.check_call(cmd)
  File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['/usr/bin/python', '-u', '-m', 'funfuzz.bot', '-b', '--random', '-t', 'js', '--target-time', '28800']' returned non-zero exit status 2

(Edit by @nth10sd for GitHub Markdown fixes)

@syedkhalid syedkhalid changed the title Commandline argument -t "js" in bot.py is not recognized. But ist mentioned in the readme.md. Commandline argument -t "js" in bot.py is not recognized. But it is mentioned in the readme.md. Apr 20, 2018
@nth10sd nth10sd self-assigned this Apr 20, 2018
@nth10sd nth10sd added the bug label Apr 20, 2018
@nth10sd
Copy link
Contributor

nth10sd commented Apr 20, 2018

Just needed a documentation update. Thanks!

@nth10sd nth10sd changed the title Commandline argument -t "js" in bot.py is not recognized. But it is mentioned in the readme.md. [funfuzz] Commandline argument -t "js" in bot.py is not recognized. But it is mentioned in the readme.md. Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants