Chore:
Refactor get_uplc_type to account for constr types that don't exactly resolve to a uplc type Check arg_stack in uplc generator has only 1 argument at the end of the generation warning fixes
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
exit_codes=()
|
||||
|
||||
TESTS=()
|
||||
# for scenario in $(find . -maxdepth 1 -mindepth 1 -type d ! -name script_context); do
|
||||
# ./run $scenario &
|
||||
# TESTS+=("$!")
|
||||
# done
|
||||
#
|
||||
# for p in ${TESTS[@]}; do
|
||||
# wait $p
|
||||
# exit_codes+=("$?")
|
||||
# done
|
||||
for scenario in $(find . -maxdepth 1 -mindepth 1 -type d ! -name script_context); do
|
||||
./run $scenario &
|
||||
TESTS+=("$!")
|
||||
done
|
||||
|
||||
for p in ${TESTS[@]}; do
|
||||
wait $p
|
||||
exit_codes+=("$?")
|
||||
done
|
||||
|
||||
|
||||
for interaction in $(find script_context/validators -type f); do
|
||||
|
||||
Reference in New Issue
Block a user