abrt-java-connector/runtest.sh

5 lines
170 B
Bash
Executable File

#!/bin/bash
mkdir -m 777 bin && cd bin
useradd -m gatingtest
su gatingtest -c "cmake ../ && make && env CTEST_OUTPUT_ON_FAILURE=1 make ARGS='-E test_thread_stress' test"