fix: contract test script should fail when pytest fails

This commit is contained in:
Jack Michaud
2023-01-02 20:37:34 -05:00
parent c2a5e08a32
commit 789593bab7
+2
View File
@@ -4,6 +4,8 @@ parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
# switch to backend directory
pushd "$parent_path/../../oasst-shared"
set -xe
pytest .
popd