mars/test_suite/build_test_environment/install_via_rsync.conf

10 lines
285 B
Plaintext
Raw Normal View History

#!/bin/bash
2013-12-10 14:32:40 +00:00
## installs the kernel, mars module and userpace tools on all test hosts
## (main_host_list)
## source and target directories must be specified in default-install_mars.conf
prepare_list="install_mars_prepare"
run_list="install_mars_run"
finish_list="install_mars_finish"