Skip to content

Commit

Permalink
bashrc: remove HARNESS_OPTIONS
Browse files Browse the repository at this point in the history
See Perl-Toolchain-Gang/Test-Harness#105,
also the hardcoded numcpu I don't use anymore for boxes that don't
exist anymore.
  • Loading branch information
avar committed Mar 3, 2021
1 parent fb93701 commit 45d582f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,6 @@ export HISTTIMEFORMAT="%Y-%m-%d %H:%M:%S "
# starting with whitespace, useful to selectively avoid the history
export HISTIGNORE="ls:cd:cd ..:..*: *"

# Use a sensible -j for Test::Harness
case $HOSTNAME in
v) __cpus=4 ;;
aeou) __cpus=2 ;;
*) __cpus=$(grep -c ^processor /proc/cpuinfo 2>/dev/null) ;;
esac
export HARNESS_OPTIONS="j$((2*$__cpus+1))"

# Git will screw this up when I do a "git pull"
chmod 600 ~/.ssh/config 2>/dev/null

Expand Down

0 comments on commit 45d582f

Please sign in to comment.