Skip to content

Commit

Permalink
am d989a8e: Added check for the version of Gnuplot.
Browse files Browse the repository at this point in the history
Merge commit 'd989a8e37771a2f97b1c6ec45f29bb1bc94e7299' into eclair-plus-aosp

* commit 'd989a8e37771a2f97b1c6ec45f29bb1bc94e7299':
  Added check for the version of Gnuplot.
  • Loading branch information
Nicolas Catania authored and Android Git Automerger committed Oct 22, 2009
2 parents 2b9c39d + d989a8e commit 98916fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/sdcard/plot_sdcard.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,7 @@ def main(argv):


if __name__ == '__main__':
if Gnuplot.__version__ != "1.8":
print "Gnuplot should be 1.8. See REAME file"
sys.exit(2)
main(sys.argv)

0 comments on commit 98916fd

Please sign in to comment.