| 179 |
echo "${runtestreport} -devel -match 10" |
echo "${runtestreport} -devel -match 10" |
| 180 |
${runtestreport} -devel -match 10 ${emailaddress} >> $MYOUTPUT 2>&1 |
${runtestreport} -devel -match 10 ${emailaddress} >> $MYOUTPUT 2>&1 |
| 181 |
|
|
| 182 |
|
echo "running restart test like this in \${cwd}:" |
| 183 |
|
echo "${testrestart}" |
| 184 |
|
${testrestart} ${emailaddress} >> $MYOUTPUT 2>&1 |
| 185 |
|
|
| 186 |
|
../tools/do_tst_2+2 -clean |
| 187 |
|
|
| 188 |
echo "running testreport like this in \${cwd}:" |
echo "running testreport like this in \${cwd}:" |
| 189 |
echo "./testreport -clean" |
echo "./testreport -clean" |
| 190 |
./testreport -clean |
./testreport -clean |
| 191 |
|
|
| 192 |
# Hack,hack,hack to avoid running dome: |
# Hack,hack,hack to avoid running dome: |
|
rm -f dome/results/output.txt |
|
| 193 |
echo "running testreport like this in \${cwd}:" |
echo "running testreport like this in \${cwd}:" |
| 194 |
echo "${runtestreport} -fast -match 10" |
echo "${runtestreport} -skipdir dome -fast -match 10" |
| 195 |
${runtestreport} -fast -match 10 ${emailaddress} >> $MYOUTPUT 2>&1 |
${runtestreport} -skipdir dome -fast -match 10 ${emailaddress} >> $MYOUTPUT 2>&1 |
| 196 |
|
|
| 197 |
echo "running restart test like this in \${cwd}:" |
echo "running restart test like this in \${cwd}:" |
| 198 |
echo "${testrestart}" |
echo "${testrestart}" |