Commit 965dbf36 authored by Andrey Kamaev's avatar Andrey Kamaev

run.py: try working directory as a build path if no paths provided

parent b835c045
......@@ -756,7 +756,7 @@ if __name__ == "__main__":
else:
options.mode = "perf"
run_args = getRunArgs(args)
run_args = getRunArgs(args[1:] or ['.'])
if len(run_args) == 0:
print >> sys.stderr, "Usage:\n", os.path.basename(sys.argv[0]), "<build_path>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment