Megatest

Check-in [69ef19722d]
Login
Overview
Comment:Corrected MEGATEST to MT_MEGATEST in script examples
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 69ef19722dfce3b84acee4064cee7e7973fdd8b0
User & Date: mrwellan on 2011-05-17 17:25:44
Other Links: manifest | tags
Context
2011-10-06
11:10
Added description of flows Closed-Leaf check-in: 62fac7c8d2 user: mrwellan tags: trunk
2011-05-17
20:37
Updated html version of the manual check-in: b6cf725d0c user: matt tags: trunk
17:25
Corrected MEGATEST to MT_MEGATEST in script examples check-in: 69ef19722d user: mrwellan tags: trunk
08:31
Updated the documentation check-in: eec0503d34 user: matt tags: trunk
Changes

Modified docs/megatest.lyx from [e0f2df2e72] to [2b1a7e2789].

403
404
405
406
407
408
409
410

411
412
413
414
415
416
417
418
419

420
421
422
423
424
425
426
403
404
405
406
407
408
409

410
411
412
413
414
415
416
417
418

419
420
421
422
423
424
425
426







-
+








-
+








\begin_layout Plain Layout

\end_layout

\begin_layout Plain Layout

megatest -runstep mystep1 "sleep 20;echo Done" -m "mystep1 is done"
$MT_MEGATEST -runstep mystep1 "sleep 20;echo Done" -m "mystep1 is done"
\end_layout

\begin_layout Plain Layout

\end_layout

\begin_layout Plain Layout

megatest -test-status :state COMPLETED :status PASS -m "This is a comment"
$MT_MEGATEST -test-status :state COMPLETED :status PASS -m "This is a comment"
\end_layout

\end_inset


\end_layout

590
591
592
593
594
595
596
597

598
599
600
601
602
603
604
590
591
592
593
594
595
596

597
598
599
600
601
602
603
604







-
+








\begin_layout Plain Layout

\end_layout

\begin_layout Plain Layout

$MEGATEST -runstep run_simulation -logpro runsim.logpro "runsim cpu1"
$MT_MEGATEST -runstep run_simulation -logpro runsim.logpro "runsim cpu1"
\end_layout

\begin_layout Plain Layout

if ($? == 0)
\end_layout

620
621
622
623
624
625
626
627

628
629
630
631
632
633
634
620
621
622
623
624
625
626

627
628
629
630
631
632
633
634







-
+







\begin_layout Plain Layout

end
\end_layout

\begin_layout Plain Layout

$MEGATEST -test-status :state COMPLETED :status $status
$MT_MEGATEST -test-status :state COMPLETED :status $status
\end_layout

\end_inset


\end_layout

726
727
728
729
730
731
732
733

734
735
736
737
738
739
740
741

742
743
744
745
746
747
748
726
727
728
729
730
731
732

733
734
735
736
737
738
739
740

741
742
743
744
745
746
747
748







-
+







-
+








\begin_layout Plain Layout

\end_layout

\begin_layout Plain Layout

$MEGATEST -runstep run_simulation_cpu1 -logpro runsim.logpro "runsim cpu1"
$MT_MEGATEST -runstep run_simulation_cpu1 -logpro runsim.logpro "runsim cpu1"
 && 
\backslash

\end_layout

\begin_layout Plain Layout

$MEGATEST -runstep run_simulation_cpu2 -logpro runsim.logpro "runsim cpu2"
$MT_MEGATEST -runstep run_simulation_cpu2 -logpro runsim.logpro "runsim cpu2"
\end_layout

\begin_layout Plain Layout

if ($? == 0)
\end_layout

764
765
766
767
768
769
770
771

772
773
774
775
776
777
778
764
765
766
767
768
769
770

771
772
773
774
775
776
777
778







-
+







\begin_layout Plain Layout

end
\end_layout

\begin_layout Plain Layout

$MEGATEST -test-status :state COMPLETED :status $status
$MT_MEGATEST -test-status :state COMPLETED :status $status
\end_layout

\end_inset


\end_layout

847
848
849
850
851
852
853
854

855
856
857
858
859
860
861
847
848
849
850
851
852
853

854
855
856
857
858
859
860
861







-
+







\begin_layout Plain Layout

run_simulation_$(CPUS).html : $(RTLDIR)/$(CPUS)
\end_layout

\begin_layout Plain Layout

	$(MEGATEST) -runstep run_simulation_$(CPUS) -logpro runsim.logpro "runsim
	$(MT_MEGATEST) -runstep run_simulation_$(CPUS) -logpro runsim.logpro "runsim
 $(CPUS)
\end_layout

\end_inset


\end_layout
921
922
923
924
925
926
927
928

929
930
931
932
933
934
935
921
922
923
924
925
926
927

928
929
930
931
932
933
934
935







-
+







\begin_layout Plain Layout

end
\end_layout

\begin_layout Plain Layout

$MEGATEST -test-status :state COMPLETED :status $status
$MT_MEGATEST -test-status :state COMPLETED :status $status
\end_layout

\end_inset


\end_layout

1010
1011
1012
1013
1014
1015
1016
1017

1018
1019
1020
1021
1022
1023
1024
1010
1011
1012
1013
1014
1015
1016

1017
1018
1019
1020
1021
1022
1023
1024







-
+








\begin_layout Plain Layout

\end_layout

\begin_layout Plain Layout

$MEGATEST -runstep run_simulation -logpro runsim.logpro "runsim $CPU"
$MT_MEGATEST -runstep run_simulation -logpro runsim.logpro "runsim $CPU"
\end_layout

\begin_layout Plain Layout

if ($? == 0)
\end_layout

1040
1041
1042
1043
1044
1045
1046
1047

1048
1049
1050
1051
1052
1053
1054
1040
1041
1042
1043
1044
1045
1046

1047
1048
1049
1050
1051
1052
1053
1054







-
+







\begin_layout Plain Layout

end
\end_layout

\begin_layout Plain Layout

$MEGATEST -test-status :state COMPLETED :status $status
$MT_MEGATEST -test-status :state COMPLETED :status $status
\end_layout

\end_inset


\end_layout

tests/tests/runfirst/main.sh became a regular file with contents [75fea8b10f].

tests/tests/sqlitespeed/runscript.rb became a regular file with contents [404979dd42].

utils/installall.sh became a regular file with contents [3d0bb7c2d5].