Fixing Travis CI script to call the right binary.

This commit is contained in:
Martin Dvorak 2018-08-12 11:36:20 +02:00
parent e99728ac5e
commit e7a5192494

View file

@ -47,7 +47,7 @@ script:
- cd build/tarball && ./tarball-automake.sh
- cd "${HSTRHOME}"
- ./configure && make
- ./hstr --version
- cd src && ./hh --version
- echo "2) run unit tests"
- cd "${HSTRHOME}"
- cd build && test-units.sh