minor update

This commit is contained in:
Blaise Tine 2024-09-29 09:07:45 -07:00
parent 60860ec684
commit a3031922ce

View file

@ -331,8 +331,8 @@ scope()
{
echo "begin scope tests..."
SCOPE_DEPTH=1024 ./ci/blackbox.sh --driver=opae --app=demo --args="-n1" --scope
SCOPE_DEPTH=1024 ./ci/blackbox.sh --driver=xrt --app=demo --args="-n1" --scope
SCOPE_DEPTH=256 ./ci/blackbox.sh --driver=opae --app=demo --args="-n1" --scope
SCOPE_DEPTH=256 ./ci/blackbox.sh --driver=xrt --app=demo --args="-n1" --scope
echo "debugging scope done!"
}