timvideos / HDMI2USB-mode-switch

Tool for switching boards supported by HDMI2USB firmware between multiple different modes (programming, webcam, etc).
Apache License 2.0
10 stars 13 forks source link

Figure out why the tests are segfaulting on travis #21

Open mithro opened 8 years ago

mithro commented 8 years ago

https://travis-ci.org/timvideos/HDMI2USB-mode-switch/builds/140177901

The command "make check" exited with 0.
$ make test || true
python -m "hdmi2usb.modeswitch.tests"
Segmentation fault (core dumped)
make: *** [test] Error 139
The command "make test || true" exited with 0.
$ make root-test || true
sudo make test
make[1]: Entering directory `/home/travis/build/timvideos/HDMI2USB-mode-switch'
python -m "hdmi2usb.modeswitch.tests"
Segmentation fault (core dumped)
make[1]: *** [test] Error 139
make[1]: Leaving directory `/home/travis/build/timvideos/HDMI2USB-mode-switch'
make: *** [root-test] Error 2