From 1a5171f4385cb1b7e21bc612ad18bdeae77b3ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 12 May 2023 15:55:54 +0200 Subject: [PATCH] fix: [CI] keep trying to debug. --- tests/build-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/build-test.sh b/tests/build-test.sh index 29e3fbc2f..41b5b47db 100644 --- a/tests/build-test.sh +++ b/tests/build-test.sh @@ -9,6 +9,7 @@ python ./../app/files/scripts/mispzmq/mispzmqtest.py python ./../app/files/scripts/generate_file_objects.py -c | python3 -c 'import sys, json; data = json.load(sys.stdin); print(data); sys.exit(0 if len([i for i in data.values() if i == True]) == 0 else 1)' # Try to extract data from file +python ./../app/files/scripts/generate_file_objects.py -p /bin/ls python ./../app/files/scripts/generate_file_objects.py -p /bin/ls | python3 -c 'import sys, json; data = json.load(sys.stdin); sys.exit(0 if "objects" in data else 1)' # Test converting stix1 to MISP format