Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
move rootemu to full scope
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaudill committed Sep 29, 2023
1 parent 34cbe95 commit 2fbf5a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/ch-test
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,10 @@ case $phase in
done
;;
rootemu)
if [[ $scope != full ]]; then
printf "error: rootemu incompatible with scope: $scope\n"
exit 1
fi
test_rootemu "foo"
;;
run)
Expand Down
2 changes: 2 additions & 0 deletions test/force-auto.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ class T_Alpine_Latest(Alpine):
print("""\
# NOTE: This file is auto-generated. Do not modify.
scope full
load common
setup () {
Expand Down

0 comments on commit 2fbf5a4

Please sign in to comment.