search for: skip_tests

Displaying 14 results from an estimated 14 matches for "skip_tests".

Did you mean: skip_test
2018 Jan 29
2
Centos 7 add-on serial cards
On 01/28/18 20:15, Fred Smith wrote: > On Sun, Jan 28, 2018 at 12:10:29PM -0500, Pete Geenhuizen wrote: >> I'm upgrading from CentOS6 to CentOS 7. >> >> I run 2 weather stations on C6 and have one of them attached to >> ttyS0 which is on the motherboard, and the other to ttyS2 which in >> on an add-on PCI serial card. >> >> I'm migrating the
2018 Jan 29
0
Centos 7 add-on serial cards
On Mon, Jan 29, 2018 at 07:00:02AM -0500, Pete Geenhuizen wrote: > > > On 01/28/18 20:15, Fred Smith wrote: > >On Sun, Jan 28, 2018 at 12:10:29PM -0500, Pete Geenhuizen wrote: > >>I'm upgrading from CentOS6 to CentOS 7. > >> > >>I run 2 weather stations on C6 and have one of them attached to > >>ttyS0 which is on the motherboard, and the
2018 Jan 28
2
Centos 7 add-on serial cards
I'm upgrading from CentOS6 to CentOS 7. I run 2 weather stations on C6 and have one of them attached to ttyS0 which is on the motherboard, and the other to ttyS2 which in on an add-on PCI serial card. I'm migrating the weather stations another host running C7 which has a similar hardware configuration.? When I connect the weather station to ttyS0 everything works fine, but when I try
2015 Nov 24
0
Cannot access Patriot Pro II from new system
On Nov 23, 2015, at 10:21 AM, Olav Seyfarth <olav at seyfarth.de> wrote: > > I've noticed this tread: > http://lists.alioth.debian.org/pipermail/nut-upsdev/2014-November/006801.html > But unless I misunderstood something, the driver bestups should still > work in jessie, right? It should still work. > Might this be a clable issue? > > The cable is the original
2015 Nov 23
2
Cannot access Patriot Pro II from new system
Hi list, on my previous (lenny or squeeze) machine, I had it up and running, but that machine and configs are gone - and on my new jessie machine (see device and config details below) I cannot start the driver: # /lib/nut/bestups -DDDDD -a Patriot_Pro_II_750 0.000000 debug level is '5' 0.000806 send_to_all: SETINFO device.type "ups" 0.000842 send_to_all:
2006 Jun 23
2
Need help configuring additional serial ports
I installed a 2 port serial PCI card on a system running CentOS 4.3, but I can't get the additional serial ports to work. The card I used is from StarTech (http://www.startech.com/Product/ItemDetail.aspx? productid=PCI2S550&c=US). When it is detected by kudzu, it shows up as a "NetMos Technologies PCI 9835 Multi I/O Controller". I've included the output of
2011 Feb 11
1
[PATCH v2v] Add support for performing automated builds
...rf MANIFEST blib _build Build + +perl Build.PL install_base=$AUTOBUILD_INSTALL_ROOT + +./Build +./Build changelog +./Build manifest + + +if [ -z "$USE_COVER" ]; then + perl -MDevel::Cover -e '' 1>/dev/null 2>&1 && USE_COVER=1 || USE_COVER=0 +fi + +if [ -z "$SKIP_TESTS" -o "$SKIP_TESTS" = "0" ]; then + if [ "$USE_COVER" = "1" ]; then + cover -delete + HARNESS_PERL_SWITCHES=-MDevel::Cover ./Build test + cover + mkdir blib/coverage + cp -a cover_db/*.html cover_db/*.css blib/coverage + mv blib/coverage...
2011 Nov 11
3
COPILOT Glucose Meter COM problem
I am a 62 year old beginner in Ubuntu. Thanks for any help, guidance, suggestions on this problem! I have used commands like the following to be certain that I have an active com port: dmesg | grep ttyS rm com1 ln -s /dev/ttyS0 com1 So I suspect the solution lies somewhere in WINE. If all else fails I will get a USB to SERIAL converter cable and try that. My wife has an Abbott Labs Freestyle
2007 May 11
2
Please Help for MGE NOVA 1100 AVR Serial configuration!
Hello, It is 3 or 4 weeks ago since, i want to set communication with my ups a MGE NOVA 1100 AVR. I do it first with manual configuration but after no success, i prefered to install mgeups-psp package to do it directly. But since when i execute psp, the attempt finish with an "No communication with UPS" error. Same is when i type: mge-shut -u root -DDDDDDDDDD /dev/ttyS0 . I unplog
2007 Oct 25
1
serial port problems: micro flashing
I am new to this mailing list. I apologize if any needed information is missing. I know this is a bit much to ask of wine's current serial port implementation, I am hoping someone has maybe figured this out already? Or can help me further the debugging process, I'd rather be part of the solution then simply another complaint about wine's serial port. ***** problem description
2003 May 21
6
COM: port problems
Unfortunately, almost all the Windows programs I want to run under Wine need to access the COM: ports, and I cannot get any of them to run. Typically, I get stuff like this ... fixme:comm:EscapeCommFunction16 no cid=0 found! fixme:comm:EscapeCommFunction16 no cid=0 found! err:comm:COMM16_ReadComplete async read failed 000003e3 fixme:comm:EscapeCommFunction16 no cid=3 found!
2019 Dec 18
13
[PATCH net-next v3 00/11] VSOCK: add vsock_test test suite
The vsock_diag.ko module already has a test suite but the core AF_VSOCK functionality has no tests. This patch series adds several test cases that exercise AF_VSOCK SOCK_STREAM socket semantics (send/recv, connect/accept, half-closed connections, simultaneous connections). The v1 of this series was originally sent by Stefan. v3: - Patch 6: * check the byte received in the recv_byte() * use
2006 Apr 13
8
DevTower Beta3 Release!
...t as the commit message. rake commit -runs commit:prepare -runs test ... your tests should pass before you commit anything ever! -runs commit:force to do the actual commit -uses whatever has been added to RAILS_APP/CHANGELOG since the last commit as the commit message. rake commit:skip_tests -if your a bad-boy and don''t have working tests, then prepare and commit anyway rake checkout:after -WIPES current db -reads in schema from /db/schema.rb -reads in data from /db/hold/*.yml rake checkout -performs ''svn up'' -yes, i know its an upda...
2009 Jan 30
4
modules not processing in order
Hello there I''m just testing a module (see merging directories) and it is quite involved, in that it: __generic__ 1) creates a user 2) creates a base directory 3) copies generic files (directory with recursion) 4) generate a configuration file from a template 5) creates a symlink __os specific__ 6) copies os specific files (in my scenario two folders, and an init script) 7)