Skip to content

Commit

Permalink
Merge pull request EESSI#607 from bedroge/fix_test_bind_paths
Browse files Browse the repository at this point in the history
Fix `--extra-bind-paths` argument in `bot/test.sh`
  • Loading branch information
casparvl authored Jun 13, 2024
2 parents d9faef0 + 1d56c72 commit 94fcf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ else
fi
# Bind mount /sys/fs/cgroup so that we can determine the amount of memory available in our cgroup for
# Reframe configuration
TEST_STEP_ARGS+=("--extra-bind-paths /sys/fs/cgroup:/hostsys/fs/cgroup:ro")
TEST_STEP_ARGS+=("--extra-bind-paths" "/sys/fs/cgroup:/hostsys/fs/cgroup:ro")

# prepare arguments to test_suite.sh (specific to test step)
declare -a TEST_SUITE_ARGS=()
Expand Down

0 comments on commit 94fcf78

Please sign in to comment.