You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
Fastfix
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
echo "WARNING: %4.report file not found"
|
||||
}
|
||||
|
||||
def exitCode = readFile('code.log').trim().replaceAll("[^0-9]", "")
|
||||
def exitCode = readFile('./test_results/%4.code').trim().replaceAll("[^0-9]", "")
|
||||
if (exitCode != "0") {
|
||||
error "Tests failed with exit code: ${exitCode}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user