Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: tools/ipc_fuzzer/scripts/play_testcase.py

Issue 1025483002: Restructure the ipc_fuzzer directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move more files around Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/ipc_fuzzer/scripts/ipc_fuzzer_mut.py ('k') | tools/ipc_fuzzer/scripts/remove_close_messages.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/scripts/play_testcase.py
diff --git a/tools/ipc_fuzzer/play_testcase.py b/tools/ipc_fuzzer/scripts/play_testcase.py
similarity index 98%
rename from tools/ipc_fuzzer/play_testcase.py
rename to tools/ipc_fuzzer/scripts/play_testcase.py
index 66c6e95f31b93cd94ffb2b8b0b7c6f0453b7fa5c..69354479dee5c9edb94f3bce3794d0c581f43dda 100755
--- a/tools/ipc_fuzzer/play_testcase.py
+++ b/tools/ipc_fuzzer/scripts/play_testcase.py
@@ -59,7 +59,7 @@ def main():
fuzzer_binary += '.exe'
script_path = os.path.realpath(__file__)
- ipc_fuzzer_dir = os.path.dirname(script_path)
+ ipc_fuzzer_dir = os.path.join(os.path.dirname(script_path), os.pardir)
src_dir = os.path.abspath(os.path.join(ipc_fuzzer_dir, os.pardir, os.pardir))
out_dir = os.path.join(src_dir, args.out_dir)
build_dir = os.path.join(out_dir, args.build_type)
« no previous file with comments | « tools/ipc_fuzzer/scripts/ipc_fuzzer_mut.py ('k') | tools/ipc_fuzzer/scripts/remove_close_messages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698