Overview
Comment: | Added pathfix scripts |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
7ac3227a5be2d56925565b2a1526703b |
User & Date: | mrwellan on 2015-04-23 09:25:11 |
Other Links: | branch diff | manifest | tags |
Context
2015-04-23
| ||
10:21 | Bumped wait for launched jobs to 10hours check-in: 21d29f9f89 user: mrwellan tags: v1.60 | |
09:25 | Added pathfix scripts check-in: 7ac3227a5b user: mrwellan tags: v1.60 | |
2015-04-14
| ||
00:23 | Added missing stuff to Makefile.installall check-in: 724068df9f user: matt tags: v1.60 | |
Changes
Added tests/fixpath.csh version [b1cf12b595].
> | 1 | setenv PATH `readlink -f ../bin`:$PATH |
Added tests/fixpath.sh version [3f102b87f3].
> | 1 | export PATH=$(readlink -f ../bin):$PATH |
Modified tests/fullrun/megatest.config from [83554cc361] to [9ac947d08c].
︙ | ︙ | |||
211 212 213 214 215 216 217 | # 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) | | | | | | | | 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 | # 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 #{scheme (case (string->symbol (conc (getenv "datapath"))) \ ((none) "nbfake") \ ((openlava) "bsub") \ (else "sleeprunner"))} # launcher bsub -q priority -o $MT_TEST_RUN_DIR/openlava.log |