try nesting scripts
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
050f295b37
commit
b6c2b4ff2a
4 changed files with 3 additions and 3 deletions
|
|
@ -4,10 +4,10 @@ set -euo pipefail
|
|||
# Get the root directory of the repository
|
||||
rootDir="$(git rev-parse --show-toplevel)"
|
||||
|
||||
attestation_cmd_test_dir="$rootDir/test/integration/attestation-cmd"
|
||||
for script in "$attestation_cmd_test_dir"/*.sh; do
|
||||
verify_test_dir="$rootDir/test/integration/attestation-cmd/verify"
|
||||
for script in "$verify_test_dir"/*.sh; do
|
||||
if [ -f "$script" ]; then
|
||||
echo "Running $script..."
|
||||
bash "$script"
|
||||
$script
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue