Skip to content
Snippets Groups Projects
Commit eb40f18a authored by Victor Engmark's avatar Victor Engmark Committed by Pierre Lalet
Browse files

Minor shell cleanup; Travis CI build status icon (#194)

* Flip conditional for simplicity
* Indent lines
* Include Travis CI build status image & link
parent 010ad71b
Branches
No related tags found
No related merge requests found
# Scapy #
[![Build Status](https://travis-ci.org/secdev/scapy.svg?branch=master)](https://travis-ci.org/secdev/scapy)
Scapy is a powerful Python-based interactive packet manipulation
program and library.
......
......@@ -5,7 +5,7 @@ if python --version 2>&1 | grep -q '^Python 2'; then
else
PYTHON=python2
fi
if [ ! -n "$*" ]
if [ -z "$*" ]
then
PYTHONPATH=$DIR exec $PYTHON ${DIR}/scapy/tools/UTscapy.py -t regression.uts -f html -l -o /tmp/scapy_regression_test_$(date +%Y%m%d-%H%M%S).html
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment