Adjust paths for impending moves to the framework

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2024-10-08 19:37:23 +02:00
parent 082eadef4e
commit 3146772575
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ component_check_test_cases () {
else
opt=''
fi
tests/scripts/check_test_cases.py -q $opt
framework/scripts/check_test_cases.py -q $opt
unset opt
}