]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix sqlite run column to be an integer
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 31 Oct 2013 08:43:02 +0000 (10:43 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 31 Oct 2013 09:08:16 +0000 (11:08 +0200)
commit6a5b4b1a668fc30482b444d3d87186612de0516f
tree7f922cf866b0f9c88c29bddc232506e549fd5326
parent970d3b096f0311c9dd157e92774e419a232b4307
tests: Fix sqlite run column to be an integer

Commit 781b65cfbb444e2a479f2ea282879b5678235413 ended up accidentally
changing this from an integer to a string. Fix this by not converting
the variable into a string.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/run-tests.py