Searched defs:gmake (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/rabbitmq/ |
H A D | test.py | 59 gmake = os.environ.get("GMAKE", "/usr/gnu/bin/make") variable 68 ret = subprocess.call([gmake, "start-background-node", "start-rabbit-on-node", 77 test_ret = subprocess.call([gmake, "run-tests", "PLUGINS_SRC_DIR=", 80 stopnode_ret = subprocess.call([gmake, "stop-node", "PLUGINS_SRC_DIR=",
|
Completed in 66 milliseconds