Files
4f617f49b6d854a0073525da5da7e9b97f0b6fa7
Ionuț Arțăriși
c51788a4ac
make test runner functions return the status of running the tests
This makes it a lot easier for CI jobs to be setup and return the true status of the testsuite. Change-Id: I0c2b0d6b17f560a889cd2f22ab98a68361f6d738
9 lines
72 B
Bash
Executable File
9 lines
72 B
Bash
Executable File
#!/bin/bash
cd test/probe
nosetests --exe
rvalue=$?
cd -
exit $rvalue