Changes In Branch v1.65-modularization Through [2741d9eb4f] Excluding Merge-Ins
This is equivalent to a diff from 1dd24dcdda to 2741d9eb4f
2018-04-09
| ||
03:00 | Recreating branch v1.65 with cleaned up license notices etc. check-in: 087b1eac2a user: matt tags: v1.65, VERIFIED-PASS | |
2018-03-26
| ||
10:46 | Added missing copyright notices check-in: 7a74b8e952 user: mrwellan tags: v1.65-modularization | |
2018-03-20
| ||
12:37 | Moved tests/fullrun to the megatest_qa repo. check-in: 2741d9eb4f user: mrwellan tags: v1.65-modularization | |
12:12 | Move jquery file into a wiki page. check-in: c661628acb user: mrwellan tags: v1.65-modularization | |
11:32 | Removing some examples and tests because they are hard to make compatible with the GNU hosting requirements. check-in: 56e69f81e0 user: mrwellan tags: v1.65-modularization | |
2018-03-12
| ||
14:08 | Bumped version to v1.6511 check-in: 1dd24dcdda user: mrwellan tags: v1.65, v1.6511 | |
2018-03-07
| ||
20:17 | Added placeholder for gather area db's check-in: b9f1218ee5 user: mrwellan tags: v1.65 | |
Modified Makefile from [786bb282c9] to [b36695777f].
︙ | ︙ | |||
118 119 120 121 122 123 124 | # DOES NOT REBUILD DOCS # $(PREFIX)/share/docs/megatest_manual.html : docs/manual/megatest_manual.html mkdir -p $(PREFIX)/share/docs $(INSTALL) docs/manual/megatest_manual.html $(PREFIX)/share/docs/megatest_manual.html for png in $(PNGFILES);do $(INSTALL) docs/manual/$$png $(PREFIX)/share/docs/$$png;done | > | | | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | # DOES NOT REBUILD DOCS # $(PREFIX)/share/docs/megatest_manual.html : docs/manual/megatest_manual.html mkdir -p $(PREFIX)/share/docs $(INSTALL) docs/manual/megatest_manual.html $(PREFIX)/share/docs/megatest_manual.html for png in $(PNGFILES);do $(INSTALL) docs/manual/$$png $(PREFIX)/share/docs/$$png;done # add a fake dependency so this doens't copy everytime $(PREFIX)/share/js/jquery-3.1.0.slim.min.js : # .fslckout mkdir -p $(PREFIX)/share/js fossil wiki export java-script-lib > $(PREFIX)/share/js/jquery-3.1.0.slim.min.js $(PREFIX)/share/db/mt-pg.sql : mt-pg.sql mkdir -p $(PREFIX)/share/db $(INSTALL) mt-pg.sql $(PREFIX)/share/db/mt-pg.sql #multi-dboard : multi-dboard.scm $(OFILES) $(GOFILES) # csc $(CSCOPTS) $(OFILES) $(GOFILES) multi-dboard.scm -o multi-dboard |
︙ | ︙ | |||
267 268 269 270 271 272 273 | install : $(PREFIX)/bin/.$(ARCHSTR) $(PREFIX)/bin/.$(ARCHSTR)/mtest $(PREFIX)/bin/megatest \ $(PREFIX)/bin/.$(ARCHSTR)/dboard $(PREFIX)/bin/dashboard $(HELPERS) $(PREFIX)/bin/nbfake \ $(PREFIX)/bin/nbfind $(PREFIX)/bin/loadrunner $(PREFIX)/bin/viewscreen $(PREFIX)/bin/mt_xterm \ $(PREFIX)/share/docs/megatest_manual.html $(PREFIX)/bin/remrun \ $(PREFIX)/share/docs/megatest_manual.html $(PREFIX)/bin/remrun $(PREFIX)/bin/mtutil \ $(PREFIX)/bin/tcmt $(PREFIX)/share/db/mt-pg.sql \ | | | 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 | install : $(PREFIX)/bin/.$(ARCHSTR) $(PREFIX)/bin/.$(ARCHSTR)/mtest $(PREFIX)/bin/megatest \ $(PREFIX)/bin/.$(ARCHSTR)/dboard $(PREFIX)/bin/dashboard $(HELPERS) $(PREFIX)/bin/nbfake \ $(PREFIX)/bin/nbfind $(PREFIX)/bin/loadrunner $(PREFIX)/bin/viewscreen $(PREFIX)/bin/mt_xterm \ $(PREFIX)/share/docs/megatest_manual.html $(PREFIX)/bin/remrun \ $(PREFIX)/share/docs/megatest_manual.html $(PREFIX)/bin/remrun $(PREFIX)/bin/mtutil \ $(PREFIX)/bin/tcmt $(PREFIX)/share/db/mt-pg.sql \ $(PREFIX)/share/js/jquery-3.1.0.slim.min.js # $(PREFIX)/bin/.$(ARCHSTR)/ndboard # $(PREFIX)/bin/newdashboard $(PREFIX)/bin/.$(ARCHSTR) : mkdir -p $(PREFIX)/bin/.$(ARCHSTR) mkdir -p $(PREFIX)/bin/.$(ARCHSTR)/lib |
︙ | ︙ |
Modified README from [29a5d46fe9] to [938431c041].
1 2 3 4 5 6 7 | Megatest To build: 1. Install chicken scheme. See opensrc repo utils/installall.sh http://www.kiatoa.com/fossils/opensrc 2. Compile with "make -j install PREFIX=/some/path" | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. Megatest To build: 1. Install chicken scheme. See opensrc repo utils/installall.sh http://www.kiatoa.com/fossils/opensrc 2. Compile with "make -j install PREFIX=/some/path" |
︙ | ︙ |
Modified datashare-testing/NOTES from [1e24a4d112] to [a9c21f39b3].
1 2 3 | To test sretrieve first publish megatest as v1.60 at least twice to get iterations 0 and 1 | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. To test sretrieve first publish megatest as v1.60 at least twice to get iterations 0 and 1 |
Added example/README version [4c8f7424f4].
> > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ;;====================================================================== ;; Copyright 2006-2012, Matthew Welland. ;; ;; This file is part of Megatest. ;; ;; Megatest is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; ;; Megatest is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; 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/>. You can get the example from the Megatest tests fossil at: http://www.kiatoa.com/fossils/megatest_qa |
Deleted example/cfg/machines.dat version [961fb94746].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted example/cfg/sheet-names.cfg version [02dee9de7f].
|
| < |
Deleted example/cfg/sxml/_sheets.sxml version [84106e33a9].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted example/cfg/sxml/_workbook.sxml version [96ffb7f9d5].
|
| < |
Deleted example/cfg/sxml/machines.sxml version [59def89588].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted example/megatest.config version [e09505b4d0].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted example/q/threaded-queue.scm version [628e270284].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted example/runconfigs.config version [f48b719dfd].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted example/tests/diskspace/diskspace.logpro version [5f9cf6a0d6].
|
| < < < < < < < < < < < < < < < < < < < < < |
Deleted example/tests/diskspace/diskspace.sh version [8d375ab6d8].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted example/tests/diskspace/hostname.logpro version [0361d2302f].
|
| < < < < < < < < < < < < < < < < < < < |
Deleted example/tests/diskspace/testconfig version [76d0bcddc2].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted example/tests/ping/ping.logpro version [950359be00].
|
| < < < < < < < < < < < < < < < < < < |
Deleted example/tests/ping/testconfig version [2fcee0eb99].
|
| < < < < < < < < < < < < < < < < < < < < < |
Deleted java-script-lib/jquery-3.1.0.slim.min.js version [07e11f049f].
|
| < < < < |
Modified tests/dynamic-waiton-example/tests/aggregate/testconfig from [c2dea9e96c] to [68ad050705].
1 2 | [include #{getenv MT_RUN_AREA_HOME}/common.testconfig] | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. [include #{getenv MT_RUN_AREA_HOME}/common.testconfig] |
Modified tests/dynamic-waiton-example/tests/results/testconfig from [c2dea9e96c] to [68ad050705].
1 2 | [include #{getenv MT_RUN_AREA_HOME}/common.testconfig] | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. [include #{getenv MT_RUN_AREA_HOME}/common.testconfig] |
Modified tests/dynamic-waiton-example/tests/setup/testconfig from [c2dea9e96c] to [68ad050705].
1 2 | [include #{getenv MT_RUN_AREA_HOME}/common.testconfig] | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. [include #{getenv MT_RUN_AREA_HOME}/common.testconfig] |
Modified tests/fdktestqa/testqa/README from [a5a438bd7b] to [0137671d85].
1 | set NUMTESTS to set the number of tests that will be run. A small number (say 20) illustrates itemwait well. | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. set NUMTESTS to set the number of tests that will be run. A small number (say 20) illustrates itemwait well. |
Modified tests/fixpath.csh from [b1cf12b595] to [585aea551e].
1 | setenv PATH `readlink -f ../bin`:$PATH | > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. setenv PATH `readlink -f ../bin`:$PATH |
Modified tests/fixpath.sh from [3f102b87f3] to [e58cd745cd].
1 | export PATH=$(readlink -f ../bin):$PATH | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. export PATH=$(readlink -f ../bin):$PATH |
Deleted tests/fslsync/megatest.config version [63855c4b1f].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fslsync/runconfigs.config version [063f08fa7c].
|
| < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fslsync/sites.dat.template version [7e1f28d5f7].
|
| < |
Deleted tests/fslsync/tests/setup/mkdirs.logpro version [343e6ea9e5].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fslsync/tests/setup/mkdirs.sh version [ef34d08930].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fslsync/tests/setup/seedcache.logpro version [343e6ea9e5].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fslsync/tests/setup/seedcache.sh version [ba175d5721].
|
| < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fslsync/tests/setup/testconfig version [351276bf76].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fslsync/tests/sync/fsync.logpro version [343e6ea9e5].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fslsync/tests/sync/fsync.sh version [7fe8f90d07].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fslsync/tests/sync/rsync.logpro version [343e6ea9e5].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fslsync/tests/sync/rsync.sh version [e601408b99].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fslsync/tests/sync/testconfig version [eba23e7caf].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/afs.config version [d8bf445723].
|
| < |
Deleted tests/fullrun/common_runconfigs.config version [2f5e26c068].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/configs/mt_include_1.config version [c97b864a64].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/configs/mt_include_2.config version [8d99eba206].
|
| < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/ez_pass_linked/testconfig version [d44da3f6a1].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/megatest.config version [324522e693].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/multi-dboard-load-all.scm version [929c778374].
|
| < < < < < < < < < < < < < |
Deleted tests/fullrun/multi-dboard.sh version [bd2efc8d54].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/nfs.config version [417e40a368].
|
| < |
Deleted tests/fullrun/run-each-proc.sh version [3ffaa7fe3e].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/runconfigs.config version [11aea6c1a5].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/test-teamcity-run.sh version [3fe8914d79].
|
| < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/all_toplevel/calcresults.logpro version [d4d2c23d8a].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/all_toplevel/testconfig version [1029d12a39].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/blocktestxz/main.sh version [818a65c164].
|
| < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/blocktestxz/testconfig version [bc0a947e48].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/db_sync/calcresults.logpro version [d2407dbc46].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/db_sync/dbdelta.scm version [5e038e3a3e].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/db_sync/getdbdir.scm version [2bb1c2296a].
|
| < |
Deleted tests/fullrun/tests/db_sync/showdiff.logpro version [cfbb898408].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/db_sync/testconfig version [81d3786852].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/dynamic_waiton/testconfig version [e6b69965c8].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/exit_0/main.sh version [48b6bc2150].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/exit_0/testconfig version [0fc72a7d7f].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/exit_1/main.sh version [9f84da7f03].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/exit_1/testconfig version [f7a725d19d].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ez_exit2_fail/testconfig version [98ccca49b9].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ez_fail/testconfig version [f74bde6f0c].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ez_fail_quick/testconfig version [31f0dd607f].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ez_pass/testconfig version [44ff74943e].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ez_pass_linked version [43cc02393a].
|
| < |
Deleted tests/fullrun/tests/ezlog_fail/example.logpro version [d9d6a3e777].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_fail/lookithome.logpro version [2f4a727ae7].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_fail/lookittmp.logpro version [d02be7af3d].
|
| < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_fail/testconfig version [e3029727f6].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_fail/waiver_1.logpro version [f9358fd909].
|
| < |
Deleted tests/fullrun/tests/ezlog_fail_then_pass/firststep.logpro version [2f4a727ae7].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_fail_then_pass/main.sh version [d7973182fc].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_fail_then_pass/testconfig version [5fd4e8db74].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_pass/example.logpro version [d9d6a3e777].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_pass/lookittmp.logpro version [2f4a727ae7].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_pass/testconfig version [b2cdb5b9fa].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_warn/lookithome.logpro version [c1a37b6d22].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_warn/lookittmp.logpro version [f91a924341].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/ezlog_warn/testconfig version [fda33fe71b].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/lineitem_fail/main.sh version [da98a1e468].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/lineitem_fail/testconfig version [380303f4ae].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/lineitem_pass/main.sh version [d6094e8069].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/lineitem_pass/testconfig version [380303f4ae].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/logpro_required_fail/testconfig version [95acf6b774].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/manual_example/results/results.csv version [5aae106e5b].
|
| < |
Deleted tests/fullrun/tests/manual_example/runsetupxterm.sh version [6dc76cdbfe].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/manual_example/setupremote.sh version [0c1bbfc8c9].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/manual_example/testconfig version [0b6944a042].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/neverrun/testconfig version [08a215630f].
|
| < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/no_items/testconfig version [72511982cd].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_1/main.sh version [48b6bc2150].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_1/testconfig version [8d8e0309d8].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_10/main.sh version [48b6bc2150].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_10/testconfig version [4f76bb4a45].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_10_waiton_1/main.sh version [48b6bc2150].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_10_waiton_1/testconfig version [695f973855].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_2/main.sh version [1c20de6cac].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_2/testconfig version [197b683675].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_3/README version [f710a809a4].
|
| < < < |
Deleted tests/fullrun/tests/priority_3/main.sh version [bb31912ff4].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_3/testconfig version [236e54a364].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_4/main.sh version [48b6bc2150].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_4/testconfig version [45c074b4f5].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_5/main.sh version [48b6bc2150].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_5/testconfig version [b659127931].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_6/main.sh version [48b6bc2150].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_6/testconfig version [497a5cbe95].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_7/main.sh version [48b6bc2150].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_7/testconfig version [6dbdce45b9].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_8/main.sh version [faeb5e5fdc].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_8/testconfig version [63affd7301].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_9/main.sh version [48b6bc2150].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/priority_9/testconfig version [f7a725d19d].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/runfirst/main.sh version [82f1bab5c4].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/runfirst/testconfig version [69148cd9d8].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/runfirst/wasting_time.logpro version [17025aac2c].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/singletest/main.sh version [a99ec8c24a].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/singletest/testconfig version [0652a17d9c].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/singletest/wasting_time.logpro version [17025aac2c].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/singletest2/main.sh version [3d3e156496].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/singletest2/testconfig version [bba4378917].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/singletest2/wasting_time.logpro version [de2f9b454f].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/special/testconfig version [6477bdb9bb].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/sqlitespeed/runscript.rb version [55a47aa3c7].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/sqlitespeed/testconfig version [7e618c0e6c].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/altvarnotset.logpro version [f564743f94].
|
| < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/altvarnotset.sh version [daf5f06e8e].
|
| < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/bogousnotset.logpro version [f564743f94].
|
| < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/bogousnotset.sh version [efc62e14bb].
|
| < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/currentisblah.logpro version [f564743f94].
|
| < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/currentisblah.sh version [24dec543bb].
|
| < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/empty_var.logpro version [f564743f94].
|
| < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/empty_var.sh version [307720e7b5].
|
| < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/eval_vars.sh version [fec17801c6].
|
| < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/lookithome.logpro version [f564743f94].
|
| < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/lookittmp.logpro version [f564743f94].
|
| < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/test-path-file.sh version [7f5b91c8f1].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/test-path.logpro version [f564743f94].
|
| < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/testconfig version [f09bc1a895].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/vackyvar.logpro version [f564743f94].
|
| < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/vackyvar.sh version [0a8d01f3fc].
|
| < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/test_mt_vars/varwithdollar.logpro version [f564743f94].
|
| < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/testxz/testconfig version [cffcbfd5b9].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/wait_no_items1/testconfig version [e4a0e4af34].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/wait_no_items2/testconfig version [199f2fbf3e].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/wait_no_items3/testconfig version [d55b4b60ac].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/fullrun/tests/wait_no_items4/testconfig version [1379a9b352].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/config/megatest.config.dat version [736a5da885].
|
| < |
Deleted tests/installall/config/runconfigs.config.dat version [3b8f260acb].
|
| < |
Deleted tests/installall/config/sheet-names.cfg version [ab2c4d6c15].
|
| < < |
Deleted tests/installall/config/sxml/_sheets.sxml version [8edcebe32d].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/config/sxml/_workbook.sxml version [96ffb7f9d5].
|
| < |
Deleted tests/installall/config/sxml/megatest.config.sxml version [20b51cabfc].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/config/sxml/runconfigs.config.sxml version [6fbe8f45dc].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/configs/chicken-4.8.0.4.config version [bef028dfb3].
|
| < |
Deleted tests/installall/configs/chicken-4.8.1.config version [3328179afb].
|
| < |
Deleted tests/installall/megatest.config version [ddff44aa17].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/runconfigs.config version [ce7e96e39d].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/canvas-draw/install.logpro version [dfeaad3de2].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/canvas-draw/install.sh version [8b64b81369].
|
| < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/canvas-draw/testconfig version [97ae04245f].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/chicken/compile.logpro version [4e820e3061].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/chicken/compile.sh version [557062a477].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/chicken/download.logpro version [ca40876c3f].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/chicken/download.sh version [2e0ba30f0a].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/chicken/install.logpro version [63a2d52d4f].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/chicken/install.sh version [1ed8bc7d8b].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/chicken/testconfig version [3a6ed448e3].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/eggs/install.logpro version [0c5d4562d7].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/eggs/install.sh version [0f8a8fc496].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/eggs/testconfig version [c1944bddaa].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/ffcall/compile.logpro version [d7c95cd711].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/ffcall/compile.sh version [d8f7ae424e].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/ffcall/download.logpro version [9a21955e45].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/ffcall/download.sh version [e9c457ee2a].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/ffcall/install.logpro version [d7c95cd711].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/ffcall/install.sh version [58d82e41fd].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/ffcall/testconfig version [9fdf91a805].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iup/install.logpro version [eae780436d].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iup/install.sh version [6b27a4d95a].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iup/testconfig version [2f796bff2e].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupbinlib/compile.logpro version [dfeaad3de2].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupbinlib/compile.sh version [8b64b81369].
|
| < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupbinlib/download.logpro version [9fbc4fd8a9].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupbinlib/download.sh version [e42ffde0bb].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupbinlib/install.logpro version [dfeaad3de2].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupbinlib/install.sh version [9866ff8b06].
|
| < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupbinlib/testconfig version [72938ab314].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupbinlib/untar.logpro version [dfeaad3de2].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupbinlib/untar.sh version [9866ff8b06].
|
| < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/cd.logpro version [e3ce41823d].
|
| < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/compile.logpro version [88b5d97979].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/compile.sh version [5ccc72b956].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/download.logpro version [a25d7b82f0].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/download.sh version [d8aede7772].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/im.logpro version [a3edcde722].
|
| < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/install.logpro version [dfeaad3de2].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/install.sh version [55e7c64253].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/iup.logpro version [711fc50ccc].
|
| < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/lua.logpro version [a3edcde722].
|
| < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/testconfig version [ebad1a6bc5].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/untar.logpro version [dfeaad3de2].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/iupsrclib/untar.sh version [9866ff8b06].
|
| < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/mmisc/clone.logpro version [9b5c9aba16].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/mmisc/clone.sh version [34f9cef0c9].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/mmisc/install.logpro version [32f0a6f0b5].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/mmisc/install.sh version [de59e67174].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/mmisc/testconfig version [6219e0bf49].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/opensrc/clone.logpro version [03a19fc5a5].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/opensrc/clone.sh version [cabbcedd2e].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/opensrc/install.logpro version [52a617243f].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/opensrc/install.sh version [2461c77eea].
|
| < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/opensrc/testconfig version [77be685c6b].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/setup/setup.logpro version [2148bbd753].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/setup/setup.sh version [db774ae2e7].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/setup/testconfig version [7d384a0501].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/sqlite3/compile.logpro version [700937e9e4].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/sqlite3/compile.sh version [97755d2b1f].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/sqlite3/download.logpro version [563dc72ada].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/sqlite3/download.sh version [26145d04b9].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/sqlite3/install.logpro version [d7c95cd711].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/sqlite3/install.sh version [7924d98b3b].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/sqlite3/installegg.logpro version [ec9855a888].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/sqlite3/installegg.sh version [ba47e3862c].
|
| < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/sqlite3/testconfig version [0875b3d4d6].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/tougheggs/install.logpro version [0c5d4562d7].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/tougheggs/install.sh version [d3339ba9a9].
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/tougheggs/testconfig version [0c2e04ba10].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmq/install.logpro version [dfeaad3de2].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmq/install.sh version [9866ff8b06].
|
| < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmq/testconfig version [11de9356c1].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmqlib/compile.logpro version [dfeaad3de2].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmqlib/compile.sh version [9866ff8b06].
|
| < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmqlib/download.logpro version [dfeaad3de2].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmqlib/download.sh version [9866ff8b06].
|
| < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmqlib/install.logpro version [dfeaad3de2].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmqlib/install.sh version [8b64b81369].
|
| < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmqlib/testconfig version [8cd02b1f3b].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmqlib/untar.logpro version [dfeaad3de2].
|
| < < < < < < < < < < < < < < < < < < < < < < < |
Deleted tests/installall/tests/zmqlib/untar.sh version [9866ff8b06].
|
| < < < < < < < < < < < < < < < < < < < |
Modified tests/manual.sh from [e3ceda48a0] to [2e28e919f3].
1 | (cd ..;make install) && `realpath ../bin/megatest` -runtests manual_example :sysname ubuntu :fsname afs :datapath none :runname testing -setvars TARGETDISPLAY=:0,TARGETHOST=localhost,TARGETDIR=/tmp/blah,TARGETUSER=matt | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. (cd ..;make install) && `realpath ../bin/megatest` -runtests manual_example :sysname ubuntu :fsname afs :datapath none :runname testing -setvars TARGETDISPLAY=:0,TARGETHOST=localhost,TARGETDIR=/tmp/blah,TARGETUSER=matt |
Modified tests/simplerun/tests/test1/step1.sh from [c71fbc7484] to [8b847e9de1].
1 2 3 4 5 | #!/usr/bin/env bash # Run your step here echo Got here! | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | #!/usr/bin/env bash # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. # Run your step here echo Got here! |
Modified tests/simplerun/tests/test1/step2.sh from [97ecbea6c6] to [1e87a5e66d].
1 2 3 4 5 6 | #!/usr/bin/env bash # Run your step here echo Got here eh! | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | #!/usr/bin/env bash # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. # Run your step here echo Got here eh! |
Modified tests/simplerun/tests/test2/step1.sh from [67f9a133dc] to [7a999040e5].
1 2 3 | #!/usr/bin/env bash # Run your step here | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #!/usr/bin/env bash # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. # Run your step here |
Modified tests/simplerun/tests/test2/step2.sh from [67f9a133dc] to [7a999040e5].
1 2 3 | #!/usr/bin/env bash # Run your step here | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #!/usr/bin/env bash # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # 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/>. # Run your step here |