diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-12-23 12:14:46 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-12-26 15:32:45 +0100 |
commit | c96f8afe3b3e453dcc6d4b8c9e0ae3b143e2188f (patch) | |
tree | c5b9c1162cb6086083fbe4d179cacedb5a0e9c2c /test/suite | |
parent | 78c5477b3989d67169de2d05665adfb801caab23 (diff) |
WIPmsvc-jenkins
Diffstat (limited to 'test/suite')
-rwxr-xr-x | test/suite/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/suite/test.sh b/test/suite/test.sh index c112351..23740a9 100755 --- a/test/suite/test.sh +++ b/test/suite/test.sh @@ -1,4 +1,6 @@ #!/bin/bash +#set -x + : ${CXX:=g++} : ${CTORDIR:=../../build} : ${BUILDDIR:=build} |