mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #-: Correct path for smoke tests
(cherry picked from commit e22f3d5a5905a88ae5489653d986efafc28522f6)
This commit is contained in:
parent
7966e1ce17
commit
cd68fff358
@ -35,7 +35,7 @@ check_test() {
|
||||
return $RC
|
||||
}
|
||||
|
||||
for smoke_test in .travis/tests/*.sh; do
|
||||
for smoke_test in share/smoke_tests/tests/*.sh; do
|
||||
check_test "$smoke_test" || break
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user