Skip to content

Commit 93e9475

Browse files
committed
Set the test verbosity to 1
Also, minor refactor in `lnrun` script.
1 parent 1ad429c commit 93e9475

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
env:
1515
NOMP_CONDA_ENV: /usr/share/miniconda/envs/libnomp
1616
NOMP_INSTALL_DIR: ${{ github.workspace }}/install
17+
NOMP_VERBOSE: 1
1718
NOMP_CACHE_NUMBER: 0 # Increase to reset cache manually.
1819
POCL_CACHE_NUMBER: 0 # Increase to reset cache manually.
1920
jobs:

scripts/lnrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function run_test() {
117117

118118
echo -e "Running tests..."
119119
num_errors=0
120-
cd "${NOMP_TEST_DIR}" &&
120+
cd "${NOMP_TEST_DIR}"
121121
for t in $(ls ${TESTS}); do
122122
echo " $t --nomp-backend ${NOMP_BACKEND} --nomp-device ${NOMP_DEVICE} \
123123
--nomp-platform ${NOMP_PLATFORM} --nomp-install-dir ${NOMP_INSTALL_DIR} \

0 commit comments

Comments
 (0)