File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,11 @@ while [[ $# -gt 0 ]]; do
66
66
BUG_REPORT=" --bug-report --bug-report-dir $SCRIPT_DIR /bug-reports/kontrol-$KONTROL_VERSION -$FEATURE_BRANCH_NAME "
67
67
shift # past argument
68
68
;;
69
+ --use-all-tests)
70
+ echo " Truncating file 'foundry-prove-skip', which has $( wc -l src/tests/integration/test-data/foundry-prove-skip) lines..."
71
+ echo " " > ./src/tests/integration/test-data/foundry-prove-skip
72
+ shift
73
+ ;;
69
74
-* |--* )
70
75
echo " Unknown option $1 "
71
76
exit 1
@@ -104,7 +109,7 @@ master_shell() {
104
109
}
105
110
106
111
# kompile Kontrol's K dependencies
107
- feature_shell " poetry install && poetry run kdist --verbose build evm-semantics.plugin evm-semantics.haskell kontrol.foundry --jobs 4"
112
+ feature_shell " poetry install && poetry run kdist --verbose build evm-semantics.plugin evm-semantics.haskell kontrol.* --jobs 4"
108
113
109
114
# kompile the test contracts, to be reused in feature_shell and master_shell. Copy the result from pytest's temp directory
110
115
PYTEST_TEMP_DIR=$TEMPD /pytest-temp-dir
You can’t perform that action at this time.
0 commit comments