* build the kernel 5 times in the kernel test
This commit is contained in:
parent
85b5e22860
commit
4930fb6989
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
|
date -u
|
||||||
cd /root/benchmarks/kernel/
|
cd /root/benchmarks/kernel/
|
||||||
hosts="try1 try2 try3"
|
hosts="try1 try2 try3 try4 try5"
|
||||||
|
|
||||||
for host in ${hosts}; do
|
for host in ${hosts}; do
|
||||||
echo {host}
|
echo {host}
|
||||||
|
|
Loading…
Reference in New Issue