Skip to content

Commit

Permalink
[REGRESSION] introduce CWE-426 into testing for CI to work (WIP #41)
Browse files Browse the repository at this point in the history
  • Loading branch information
reactive-firewall committed Apr 11, 2022
1 parent 5193b84 commit 14b3eb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/check_integration_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
################################################################################

ulimit -t 600
PATH="/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
# setting the path may break brain-dead CI that uses crazy paths
# PATH="/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
umask 137


Expand Down Expand Up @@ -114,7 +115,7 @@ fi

TEST_PORT=59595;
TEST_MCAST_GROUP='224.0.0.1' ;
export COVERAGE_CMD="python3 -m coverage run --source=multicast -p -m"
export COVERAGE_CMD="$(command -v python3) -m coverage run --source=multicast -p -m"

make -j1 -f Makefile test-reports || EXIT_CODE=3 ;
echo "Start of Log:" > ./${LOG_FILE} ; wait ;
Expand Down

0 comments on commit 14b3eb5

Please sign in to comment.