teknoraver / rpms / mstflint

Forked from rpms/mstflint a month ago
Clone

Blame tests/run_tests.sh

Kamal Heib 37e2c0
#!/bin/bash
Kamal Heib 37e2c0
Kamal Heib 37e2c0
# when running this in 1minutetip the PATH must be specified to execute
Kamal Heib 37e2c0
# in the local directory.
Kamal Heib 37e2c0
echo "Setting path to local directory"
Kamal Heib 37e2c0
PATH=$PATH:$(pwd)
Kamal Heib 37e2c0
Kamal Heib 37e2c0
# simple sanity test
Kamal Heib 37e2c0
sanity.sh
Kamal Heib 37e2c0
exit $?