4 lines
143 B
Bash
Executable file
4 lines
143 B
Bash
Executable file
#! /bin/bash
|
|
# This is the expected entry point for Cockpit CI; will be called without
|
|
# arguments but with an appropriate $TEST_OS
|
|
make check
|