Skip to content

Commit 15031e0

Browse files
committed
Print where we are running tests
1 parent 4cd0bdb commit 15031e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/mass-update-integ-tests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
2-
npx integ-runner --unstable=toolkit-lib-engine --directory packages/@aws-cdk-testing/framework-integ --update-on-failed --disable-update-workflow "$@"
3-
for dir in packages/@aws-cdk/*; do
2+
echo
3+
for dir in packages/@aws-cdk-testing/framework-integ packages/@aws-cdk/*; do
4+
echo $dir
45
npx integ-runner --unstable=toolkit-lib-engine --directory $dir --update-on-failed --disable-update-workflow "$@"
56
done

0 commit comments

Comments
 (0)