commit | c124f4f2e04dca16a428a76c89677328bc7bf908 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 15 14:41:29 2015 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 15 14:41:29 2015 -0500 |
tree | cc1bfbbced5244130a102cdd63c72584b1d6e408 |
Squashed 'yocto-poky/' content from commit ea562de git-subtree-dir: yocto-poky git-subtree-split: ea562de57590c966cd5a75fda8defecd397e6436
diff --git a/meta/lib/oeqa/runtime/files/test.py b/meta/lib/oeqa/runtime/files/test.py new file mode 100644 index 0000000..f3a2273 --- /dev/null +++ b/meta/lib/oeqa/runtime/files/test.py
@@ -0,0 +1,6 @@ +import os + +os.system('touch /tmp/testfile.python') + +a = 9.01e+21 - 9.01e+21 + 0.01 +print "the value of a is %s" % a