Skip to content

Commit

Permalink
chore(selftest): use vng in selftest(struct-ops)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 committed Feb 13, 2025
1 parent 0d6fb45 commit 8eac639
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
22 changes: 0 additions & 22 deletions selftest/common/run-6.12.sh

This file was deleted.

1 change: 1 addition & 0 deletions selftest/struct-ops/run-vm.sh
1 change: 0 additions & 1 deletion selftest/struct-ops/run.sh

This file was deleted.

12 changes: 12 additions & 0 deletions selftest/struct-ops/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

TEST=$(dirname $0)/$1 # execute
TIMEOUT=10 # seconds
KERNEL_VERSION=v6.12.2 # kernel version

# SETTINGS
COMMON="$(dirname $0)/../common/common.sh"

vng -v -r $KERNEL_VERSION --rodir="$(realpath ..)" -- "export TEST=$TEST COMMON=$COMMON TIMEOUT=$TIMEOUT; ./run-vm.sh"

exit 0

0 comments on commit 8eac639

Please sign in to comment.