Skip to content

Commit

Permalink
check GNU make exists in path
Browse files Browse the repository at this point in the history
Signed-off-by: Giridhar Prasath R <[email protected]>
  • Loading branch information
giridharprasath authored and interwq committed Sep 11, 2019
1 parent 22bc75e commit e06658c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

uname = uname()[0]

if "BSD" in uname:
if call("command -v gmake", shell=True) == 0:
make_cmd = 'gmake'
else:
make_cmd = 'make'
Expand Down

0 comments on commit e06658c

Please sign in to comment.