mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-04-09 02:40:31 +02:00
pipeline test
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
874f4f56ac
commit
ea1793b7f4
@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -o errexit
|
||||||
|
set -o pipefail
|
||||||
|
set -o nounset
|
||||||
|
set -x
|
||||||
|
|
||||||
LD_LIBRARY_PATH=../src ./check_parser_utils
|
LD_LIBRARY_PATH=../src ./check_parser_utils
|
||||||
LD_LIBRARY_PATH=../src ./check_parser
|
LD_LIBRARY_PATH=../src ./check_parser
|
||||||
LD_LIBRARY_PATH=../src ./check_rules
|
LD_LIBRARY_PATH=../src ./check_rules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user