Megatest

Check-in [135245419c]
Login
Overview
Comment:clean runs in popup menu
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.61
Files: files | file ages | folders
SHA1: 135245419c57a4af754a2040e9073c9decb372dd
User & Date: ritikaag on 2016-08-18 10:47:13
Other Links: branch diff | manifest | tags
Context
2016-08-18
14:43
Create new branch named "db" check-in: 1236b6aeda user: ritikaag tags: db
11:53
Removed some noisy messages check-in: c496cd4006 user: mrwellan tags: v1.61
10:47
clean runs in popup menu check-in: 135245419c user: ritikaag tags: v1.61
08:59
Bumped version check-in: 3e88884f89 user: mrwellan tags: v1.61, v1.6103
2016-08-17
12:28
Backed out commit 884bfeb which broke the runs summary view check-in: 33a53dcc98 user: mrwellan tags: v1.61
Changes

Modified dashboard.scm from [8d6f49c706] to [36b00f6ade].

1882
1883
1884
1885
1886
1887
1888
1889









1890
1891
1892
1893
1894
1895
1896
1882
1883
1884
1885
1886
1887
1888

1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904







-
+
+
+
+
+
+
+
+
+







      "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)