Skip to content

Commit

Permalink
Fix test folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
djolertrk authored and djtodoro committed Nov 1, 2024
1 parent bfc3dcf commit 9299d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/Artefacts/qemu-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PROJECT_ROOT="$(cd "$(dirname "$0")"/.. && pwd)"
CMAKE_BINARY_DIR="${PROJECT_ROOT}/build"

# Define paths for necessary files
KERNEL_IMAGE="${PROJECT_ROOT}/test/test-artefacts/linux-5.15/bzImage"
ROOT_FS="${PROJECT_ROOT}/test/test-artefacts/linux-5.15/rootfs.ext2"
KERNEL_IMAGE="${PROJECT_ROOT}/test/test-artefacts/linux-5.10/bzImage"
ROOT_FS="${PROJECT_ROOT}/test/test-artefacts/linux-5.10/rootfs.ext2"
TEST_DIR="${PROJECT_ROOT}/test/features"
RFS_PATH="/root"
SSH_PORT=5555
Expand Down
2 changes: 1 addition & 1 deletion test/test-artefacts

0 comments on commit 9299d53

Please sign in to comment.