This website requires JavaScript.
Explore
Get Started
openstack
/
swift
Code
Issues
Proposed changes
8ac292595f
Branches
Tags
View all branches
swift
/
.probetests
9 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit of Swift code
2010-07-12 17:03:45 -05:00
#!/bin/bash
Make tests work like they used to. Change-Id: I081d853a90ad0efce5b7a20b52794ce3348a9617
2012-03-12 21:54:31 +00:00
cd test/probe
nosetests --exe
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
2012-04-18 15:12:10 +03:00
rvalue=$?
Make tests work like they used to. Change-Id: I081d853a90ad0efce5b7a20b52794ce3348a9617
2012-03-12 21:54:31 +00:00
cd -
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
2012-04-18 15:12:10 +03:00
exit $rvalue
Copy Permalink