Changeset 679
- Timestamp:
- 07/20/07 16:00:47 (1 year ago)
- Files:
-
- other/dsss-testing-framework/results.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
other/dsss-testing-framework/results.sh
r678 r679 4 4 5 5 echo '<HTML><head><title>DSSS test results</title></head><body>' 6 echo '<h1>DSSS test results</h1>' 6 7 echo 'NOTE: Tango tests for Windows do not yet work.<br>' 7 8 echo 'Tests run on '`date --iso`'<br>' … … 44 45 done 45 46 47 echo '<hr><h1>Sundry data</h1>' 48 echo '<table border=1><tr><td></td><th>DSSS Version</th><th>GDC Version</th><th>DMD Version</th></tr>' 49 for i in $PLATS 50 do 51 echo '<tr><th>'$i'</th><td>' 52 /opt/dsss-test/$i/bin/dsss | head -n 1 53 echo '</td><td>' 54 /opt/dsss-test/$i/bin/gdc --version 2> /dev/null | head -n 1 55 echo '</td><td>' 56 /opt/dsss-test/$i/bin/dmd 2> /dev/null | head -n 1 57 echo '</td></tr>' 58 done 59 echo '</table>' 60 46 61 echo '</body></HTML>' 47 62
