Megatest

Check-in [b0afb95799]
Login
Overview
Comment:Added complete run
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | popup_menu
Files: files | file ages | folders
SHA1: b0afb95799811013623ad13984d60716982ca4f6
User & Date: ritikaag on 2016-08-01 14:18:35
Other Links: branch diff | manifest | tags
Context
2016-08-01
14:19
Merged with main branch check-in: deb7dcac14 user: ritikaag tags: popup_menu
14:18
Added complete run check-in: b0afb95799 user: ritikaag tags: popup_menu
2016-07-22
18:18
Committing the working changes till now check-in: 2bf74c5d9c user: ritikaag tags: popup_menu
Changes

Modified dashboard.scm from [32b8141c09] to [cf606cf956].

1542
1543
1544
1545
1546
1547
1548
1549









1550
1551
1552
1553
1554
1555
1556
1542
1543
1544
1545
1546
1547
1548

1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564







-
+
+
+
+
+
+
+
+
+







      "Rerun Complete Run"
      #:action
      (lambda (obj)
        (common:run-a-command
         (conc "megatest -set-state-status NOT_STARTED,n/a -run -target " target
               " -runname " runname
               " -testpatt % "
               " -preclean -clean-cache"))))))
               " -preclean -clean-cache"))))
     (iup:menu-item
      "Clean Complete Run"
      #:action
      (lambda (obj)
        (common:run-a-command
         (conc "megatest -remove-runs -target " target
               " -runname " runname
               " -testpatt % "))))))
   (iup:menu-item
    "Test"
    (iup:menu 
     (iup:menu-item
      (conc "Rerun " test-name)
      #:action
      (lambda (obj)