Skip to content

Commit

Permalink
update tmp dir location for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
k3it committed Nov 16, 2017
1 parent afd9212 commit 7cd17c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_qsorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_qso(self):
now = datetime.datetime.utcnow()
now += datetime.timedelta(0,3)

argslist = ['-d 2', '-p tmp']
argslist = ['-d 2', '-p', 'tmp']

data.find('timestamp').text = now.strftime("%Y-%m-%d %H:%M:%S")
udp_packet = ET.tostring(data)
Expand Down

0 comments on commit 7cd17c9

Please sign in to comment.