fix prerequisite check for compile step

This commit is contained in:
packetzero
2022-11-04 16:46:04 -05:00
committed by GitHub
parent 3e33f6c7c2
commit 576d92a4dc
+1 -1
View File
@@ -92,7 +92,7 @@ atomic_tests:
- description: |
The kernel module must exist on disk at specified location
prereq_command: |
exit 1
if [ -f "#{exe_path}" ]; then exit 0 ; else exit 1; fi
get_prereq_command: |
cc -o #{exe_path} #{src_path} -framework IOKit -framework Foundation
executor: