Skip to content

Commit f84454b

Browse files
authored
Use exec when running robot command
1 parent 6646bb9 commit f84454b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
robot "$@" ./suites
2+
exec robot "$@" ./suites

0 commit comments

Comments
 (0)