aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run.py
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-08-29 15:44:33 +1000
committerYann Herklotz <git@yannherklotz.com>2019-08-29 15:44:33 +1000
commitcccb665ebac6e916c4f961eacbe11a9af7d7ceb3 (patch)
treef00baaec9dcb747c27375af366ad9aec9d2dbe16 /scripts/run.py
parent74a14ef30359e653259bf7139fe806548edefd14 (diff)
downloadverismith-cccb665ebac6e916c4f961eacbe11a9af7d7ceb3.tar.gz
verismith-cccb665ebac6e916c4f961eacbe11a9af7d7ceb3.zip
Change name from VeriFuzz to VeriSmith
Diffstat (limited to 'scripts/run.py')
-rwxr-xr-xscripts/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run.py b/scripts/run.py
index 63295af..636e1c3 100755
--- a/scripts/run.py
+++ b/scripts/run.py
@@ -12,7 +12,7 @@ def main():
if not os.path.exists(directory):
os.makedirs(directory)
while True:
- subprocess.call(["verifuzz", "fuzz"
+ subprocess.call(["verismith", "fuzz"
, "-o", directory + "/" + name + str(i)
, "-c", config
, "-n", str(iterations)])