mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-04-06 00:40:32 +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
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
set -x
|
||||
|
||||
LD_LIBRARY_PATH=../src ./check_parser_utils
|
||||
LD_LIBRARY_PATH=../src ./check_parser
|
||||
LD_LIBRARY_PATH=../src ./check_rules
|
||||
|
Loading…
x
Reference in New Issue
Block a user