Skip to content

Commit acae92b

Browse files
committed
fix command to run tests
1 parent 8423e39 commit acae92b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ function main() {
5959
setup_runtime_settings
6060
echo "Ready, now run:"
6161
echo ""
62-
echo " make test"
62+
echo " python setup.py test"
6363
}
6464

6565
main
6666

6767
set +eu
68-
set +o pipefail
68+
set +o pipefail

0 commit comments

Comments
 (0)