Skip to content

Commit

Permalink
#4 change default executable name from 'iottestware_<PROTOCOL>' to 'i…
Browse files Browse the repository at this point in the history
…ottestware.<protocol>'
  • Loading branch information
kretzschi committed Jun 18, 2018
1 parent aa30758 commit f444dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
PROTOCOL = IOT_TESTWARE[args.protocol]

# default executable name
NAME_EXE = "iottestware_"+PROTOCOL
NAME_EXE = "iottestware."+args.protocol
if args.executable_name!=None:
NAME_EXE = args.executable_name[0]

Expand Down

0 comments on commit f444dd2

Please sign in to comment.