Skip to content

Commit

Permalink
mod:cijoe: removed modules
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed Jan 23, 2020
1 parent 51c7277 commit 2b7482b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/cijoe.sh
Expand Up @@ -95,8 +95,6 @@ source "$CIJ_MODULES/fio.sh"
source "$CIJ_MODULES/pci.sh"
# shellcheck source=modules/board.sh
source "$CIJ_MODULES/board.sh"
# shellcheck source=modules/lnvm.sh
source "$CIJ_MODULES/lnvm.sh"
# shellcheck source=modules/rbench.sh
source "$CIJ_MODULES/rbench.sh"
# shellcheck source=modules/fs.sh
Expand All @@ -107,10 +105,6 @@ source "$CIJ_MODULES/xfstests.sh"
source "$CIJ_MODULES/vdbench.sh"
# shellcheck source=modules/blktests.sh
source "$CIJ_MODULES/blktests.sh"
# shellcheck source=modules/pblk.sh
source "$CIJ_MODULES/pblk.sh"
# shellcheck source=modules/tftp.sh
source "$CIJ_MODULES/tftp.sh"

if [[ -v CIJ_TYPE ]] && [[ "$CIJ_TYPE" == "reposrun" ]]; then
PATH=$PATH:$CIJ_ROOT/bin
Expand Down

0 comments on commit 2b7482b

Please sign in to comment.