Overview
Comment: | fixed issue in tests/fdktestqa/testqa/tests/bigrun/step1.sh |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
6733bbf4a7a0255f2134f3bc7013a3a0 |
User & Date: | bb on 2018-08-13 18:41:17 |
Other Links: | branch diff | manifest | tags |
Context
2018-08-16
| ||
00:02 | Added a little more feedback and an override, force-maxload, for testing. check-in: 6c93b89220 user: matt tags: v1.65 | |
2018-08-13
| ||
18:41 | fixed issue in tests/fdktestqa/testqa/tests/bigrun/step1.sh check-in: 6733bbf4a7 user: bb tags: v1.65 | |
2018-08-12
| ||
17:54 | Clarified help on show in mtutils. Adjusted targets in gentargets.sh to match what is in ext-tests. Fixed endless loop in runs.scm when there is a subrun that cannot be removed or fails to remove. check-in: e669693ecf user: matt tags: v1.65 | |
Changes
Modified tests/fdktestqa/testqa/tests/bigrun/step1.sh from [8c117cf5a8] to [e301928d0a].
︙ | ︙ | |||
14 15 16 17 18 19 20 | # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Megatest. If not, see <http://www.gnu.org/licenses/>. if [ $NUMBER -lt 10 ];then sleep 20 | | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Megatest. If not, see <http://www.gnu.org/licenses/>. if [ $NUMBER -lt 10 ];then sleep 20 sleep `echo 4 \* $NUMBER | bc` else sleep 130 fi if [[ $RANDOM -lt 10000 ]];then exit 1 else |
︙ | ︙ |