We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305fd02 commit e4d9b28Copy full SHA for e4d9b28
.github/workflows/cirque.yaml.disabled .github/workflows/cirque.yaml
scripts/tests/cirque_tests.sh
@@ -56,7 +56,7 @@ function __cirquetest_start_flask() {
56
echo 'Start Flask'
57
cd "$REPO_DIR"/third_party/cirque/repo
58
FLASK_APP='cirque/restservice/service.py' \
59
- PATH="$PATH":"$REPO_DIR"/third_party/cirque/repo/openthread/output/x86_64-unknown-linux-gnu/bin/ \
+ PATH="$PATH":"$REPO_DIR"/third_party/cirque/repo/openthread/output/simulation/bin/ \
60
python3 -m flask run >"$LOG_DIR/$CURRENT_TEST/flask.log" 2>&1
61
}
62
0 commit comments