Skip to content

Commit

Permalink
Remove meaningless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
i386x committed Dec 2, 2019
1 parent 0e1a0af commit c7e05a3
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ME=$(basename $0)
SCRIPTDIR=$(readlink -f $(dirname $0))
TOPDIR=$(readlink -f ${SCRIPTDIR}/..)

# Include library and config:
. ${SCRIPTDIR}/utils.sh
. ${SCRIPTDIR}/config.sh

Expand Down
2 changes: 0 additions & 2 deletions .travis/preinstall
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ set -e

SCRIPTDIR=$(readlink -f $(dirname $0))

# Include library.
. ${SCRIPTDIR}/utils.sh

# Add python3-selinux package (needed by Molecule on selinux enabled systems,
Expand All @@ -21,7 +20,6 @@ if lsr_compare_pythons python -eq /usr/bin/python3; then
LSR_EXTRA_PACKAGES='python3-selinux'
fi

# Include config.
. ${SCRIPTDIR}/config.sh

# Install extra dependencies.
Expand Down
1 change: 0 additions & 1 deletion .travis/runblack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set -e
ME=$(basename $0)
SCRIPTDIR=$(readlink -f $(dirname $0))

# Include library and config.
. ${SCRIPTDIR}/utils.sh
. ${SCRIPTDIR}/config.sh

Expand Down
1 change: 0 additions & 1 deletion .travis/runcoveralls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ME=$(basename $0)
SCRIPTDIR=$(readlink -f $(dirname $0))
TOPDIR=$(readlink -f ${SCRIPTDIR}/..)

# Include library and config.
. ${SCRIPTDIR}/utils.sh
. ${SCRIPTDIR}/config.sh

Expand Down
1 change: 0 additions & 1 deletion .travis/runflake8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ set -e
ME=$(basename $0)
SCRIPTDIR=$(readlink -f $(dirname $0))

# Include library and config.
. ${SCRIPTDIR}/utils.sh
. ${SCRIPTDIR}/config.sh

Expand Down
1 change: 0 additions & 1 deletion .travis/runpytest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ME=$(basename $0)
SCRIPTDIR=$(readlink -f $(dirname $0))
TOPDIR=$(readlink -f ${SCRIPTDIR}/..)

# Include library.
. ${SCRIPTDIR}/utils.sh

if [[ ! -d ${TOPDIR}/tests/unit ]]; then
Expand Down
1 change: 0 additions & 1 deletion .travis/runsyspycmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ME=$(basename $0)
SCRIPTDIR=$(readlink -f $(dirname $0))
TOPDIR=$(readlink -f ${SCRIPTDIR}/..)

# Include library and config.
. ${SCRIPTDIR}/utils.sh
. ${SCRIPTDIR}/config.sh

Expand Down
1 change: 0 additions & 1 deletion .travis/runtox
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ME=$(basename $0)
SCRIPTDIR=$(readlink -f $(dirname $0))
BANNERSIZE=90

# Include library and config.
. ${SCRIPTDIR}/utils.sh
. ${SCRIPTDIR}/config.sh

Expand Down

0 comments on commit c7e05a3

Please sign in to comment.