Overview
Comment: | nada |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
810dd1492f32a8617516776f63c7c837 |
User & Date: | matt on 2015-03-23 23:56:54 |
Other Links: | branch diff | manifest | tags |
Context
2015-03-25
| ||
10:06 | Merged in bash4 fix check-in: 7cf45fd3fa user: mrwellan tags: v1.60 | |
2015-03-24
| ||
00:23 | ezsteps fix check-in: 9e46ec61db user: matt tags: v1.60-ezstesp-bash-fix | |
2015-03-23
| ||
23:56 | nada check-in: 810dd1492f user: matt tags: v1.60 | |
2015-03-19
| ||
21:58 | Added event_time to runs and tests json output check-in: 7700e79406 user: matt tags: v1.60 | |
2015-02-03
| ||
22:14 | Cherrypicked test path reordering per Tal's request. check-in: b541c8f3a1 user: matt tags: v1.55, v1.5525 | |
Changes
Modified tests/fullrun/megatest.config from [ab5b809b18] to [81e40559f0].
︙ | |||
200 201 202 203 204 205 206 | 200 201 202 203 204 205 206 207 208 209 210 | + + + + | [archive-disks] # Archives will be organised under these paths like this: # <testsuite>/<creationdate> # Within the archive the data is structured like this: # <target>/<runname>/<test>/ disk0 /tmp/#{getenv USER}/adisk1 # Uncomment these to emulate a job queue with a long time (look in bin/sleeprunner for the time) [jobtools] launcher sleeprunner |
Modified utils/installall.sh from [e8e821c94d] to [504497f8ec].
︙ | |||
138 139 140 141 142 143 144 | 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | + - - - + + + + + + + + - - + + | CSC_OPTIONS="-I$PREFIX/include -L$PREFIX/lib" $CHICKEN_INSTALL $PROX sqlite3 fi fi # $CHICKEN_INSTALL $PROX sqlite3 # IUP versions if [[ x$USEOLDIUP == "x" ]];then |
︙ | |||
194 195 196 197 198 199 200 | 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 | - - - - - + + + + + | CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" $CHICKEN_INSTALL $PROX -D no-library-checks canvas-draw # CSC_OPTIONS="-I$PREFIX/include -L$CSCLIBS" $CHICKEN_INSTALL $PROX -D no-library-checks -deploy -prefix $DEPLOYTARG canvas-draw # NB// Removed bunch of zmq compiling tricks. Look at older versions of this file if you need to recreate... cd $BUILDHOME |
︙ |