travis ci failing for py3 builds which are succeeding?
Bill Deegan <bill-cJFiu+DHMVC5azolltMz9laTQe2KTcn/@public.gmane.org>
| Newsgroups | gmane.comp.programming.tools.scons.devel |
|---|---|
| Message-ID | <CAEyG4CGDK7a0Ldp+y3j10J7bg2rcM1akkeHnRZhQFojwrup1Mg@mail.gmail.com> |
Daniel, I think it's this line in the .travis.yml What do you expect: - python runtest.py -a --exclude-list exclude_jobtest || if [[ $? == 2 ]]; then true; else false; fi Do? Here's what I see with a simple test in my bash shell: $ echo "BILL" BILL $ echo $? 0 $ if [[ $? == 2 ]]; then true; else false; fi $ echo $? 1 -Bill _______________________________________________ Scons-dev mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev