We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb24ba commit acede55Copy full SHA for acede55
tests/test.sh
@@ -10,16 +10,3 @@ echo core tests failed
10
exit 1
11
fi
12
13
-for example_test in tests/example_tests/*
14
-do
15
- echo executing $example_test ...
16
- python3 $example_test
17
- exit_code=$?
18
- if [ $exit_code -eq 0 ]; then
19
- echo $example_test successfully executed
20
- else
21
- echo $example_test failed
22
- exit 1
23
- fi
24
-done
25
-
0 commit comments