summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Catania <niko@google.com>2009-10-20 08:21:47 -0700
committerNicolas Catania <niko@google.com>2009-10-20 08:21:47 -0700
commitd989a8e37771a2f97b1c6ec45f29bb1bc94e7299 (patch)
treeeb9eab5519fe8c98c3d0779bfbc87934abe0fde7
parent906d825d7033339bb37d7415bce77089bec3a2b6 (diff)
downloadextras-eclair-sholes-release.tar.gz
Must be 1.8
-rwxr-xr-xtests/sdcard/plot_sdcard.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sdcard/plot_sdcard.py b/tests/sdcard/plot_sdcard.py
index 246d7f50..0959465c 100755
--- a/tests/sdcard/plot_sdcard.py
+++ b/tests/sdcard/plot_sdcard.py
@@ -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)