Skip to content

Commit 302e8ec

Browse files
authored
Update integrity_rules.py
1 parent ac2776c commit 302e8ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scripts/py/func/checks/integrity_rules.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
r'call .venv\Scripts\activate',
7979
],
8080

81+
82+
83+
8184
# 'start_aura.bat': [
8285
# "start_aura.ps1",
8386
# "log\\aura_engine.log",
@@ -143,7 +146,14 @@
143146
"Finalizing recording session:",
144147
],
145148

149+
150+
146151
# make sure buzzword Tests is in
152+
"type_watcher.sh": [
153+
"printf 'type %s",
154+
"printf 'key Return"
155+
],
156+
147157
"scripts/py/func/checks/self_tester.py": [
148158
"{failed_count} Tests",
149159
" == expected"

0 commit comments

Comments
 (0)