Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Fixing script
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Apr 1, 2018
1 parent e41d18d commit 41a0864
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions cov_tests/kcov_rsbx_fun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

TARGET=$HOME/kcov

export PATH=$TARGET/bin:$PATH
if [[ $TRAVIS == true ]]; then
export PATH=$TARGET/bin:$PATH
fi

function kcov_rsbx() {
if [[ $TRAVIS == true ]]; then

else
kcov --exclude-pattern=/.cargo,/usr/lib --verify "../target/cov/rsbx" rsbx "$@"
fi
kcov --exclude-pattern=/.cargo,/usr/lib --verify "../target/cov/rsbx" rsbx "$@"
}

0 comments on commit 41a0864

Please sign in to comment.