4.3.0 commit
This commit is contained in:
parent
c1903916f9
commit
e8ae628d06
7 changed files with 34 additions and 30 deletions
|
|
@ -98,9 +98,9 @@ done
|
|||
|
||||
# Then actual run
|
||||
testnr=0
|
||||
for c in $cmds; do
|
||||
for cmd in $cmds; do
|
||||
if [ $testnr != 0 ]; then echo; fi
|
||||
println "Mem test $c begin"
|
||||
memonce $c
|
||||
println "Mem test $c done"
|
||||
println "Mem test $cmd begin"
|
||||
memonce $cmd
|
||||
println "Mem test $cmd done"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue