Revision cefd4a4a autotools/run-in-tempdir
b/autotools/run-in-tempdir | ||
---|---|---|
17 | 17 |
ln -T -s $tmpdir/ganeti $tmpdir/lib |
18 | 18 |
|
19 | 19 |
mkdir -p $tmpdir/htools $tmpdir/htest |
20 |
for hfile in htools ganeti-confd; do |
|
20 |
for hfile in htools ganeti-confd mon-collector; do
|
|
21 | 21 |
if [ -e htools/$hfile ]; then |
22 | 22 |
cp -p htools/$hfile $tmpdir/htools/ |
23 | 23 |
fi |
24 | 24 |
done |
25 | 25 |
|
26 | 26 |
for hfile in hpc-htools test offline-test.sh cli-tests-defs.sh \ |
27 |
hbal hscan hspace hinfo hcheck hail; do |
|
27 |
hbal hscan hspace hinfo hcheck hail hpc-mon-collector; do
|
|
28 | 28 |
if [ -e htest/$hfile ]; then |
29 | 29 |
cp -p htest/$hfile $tmpdir/htest/ |
30 | 30 |
fi |
Also available in: Unified diff