mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-06 02:52:07 +08:00
Test fixes.
This commit is contained in:
@@ -10,6 +10,7 @@ import time
|
||||
cmd_subfolder = os.path.realpath(os.path.abspath(os.path.join(os.path.split(inspect.getfile( inspect.currentframe() ))[0],"..")))
|
||||
if cmd_subfolder not in sys.path:
|
||||
sys.path.insert(0, cmd_subfolder)
|
||||
import mosq_test
|
||||
|
||||
rc = 1
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ import time
|
||||
cmd_subfolder = os.path.realpath(os.path.abspath(os.path.join(os.path.split(inspect.getfile( inspect.currentframe() ))[0],"..")))
|
||||
if cmd_subfolder not in sys.path:
|
||||
sys.path.insert(0, cmd_subfolder)
|
||||
import mosq_test
|
||||
|
||||
rc = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user