1
0
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:
Tino Vazquez 2021-06-30 18:13:19 +02:00
parent 7966e1ce17
commit cd68fff358
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -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