Skip to content

Commit b9e52f3

Browse files
committed
change directory for python script
1 parent a1414b1 commit b9e52f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/canary/scripts/run_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ trap cleanup EXIT
6868

6969
function push_to_cloudwatch {
7070
echo "Pushing Codebuild stats to Cloudwatch."
71-
python ../canary/scripts/push_stats_to_cloudwatch.py
71+
pushd $SCRIPTS_DIR
72+
python push_stats_to_cloudwatch.py
7273
}
7374
trap push_to_cloudwatch EXIT
7475

0 commit comments

Comments
 (0)