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

« back to all changes in this revision

Viewing changes to tests/xst-xrandr.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:
79
79
test_xorg_restart
80
80
 
81
81
echo "Completed all tests"
82
 
print_test_summary
 
82
if [ "${1%.json}" != "$1" ] ; then
 
83
    JSON=$1
 
84
    json_test_summary > $JSON
 
85
else
 
86
    print_test_summary
 
87
fi
 
88