~ubuntu-x-swat/xorg-server/xsmoke

« back to all changes in this revision

Viewing changes to runtests.sh

  • Committer: Bryce Harrington
  • Date: 2008-12-06 21:41:00 UTC
  • Revision ID: bryce@canonical.com-20081206214100-95y5lrh3i1rhickr
Adding support for printing out summary info as json files

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
# Run the tests
33
33
for case in tests/xst-*.sh ; do
34
 
    $case run
 
34
    result_file=${RESULTS_DIR}"/"${case%.sh}.json
 
35
    $case $result_file
35
36
    test_xorg_restart
36
37
done
37
38