Skip to content

Commit 950e45d

Browse files
committed
tmp change, will revert
trying to get make check / distcheck working on the CI machines Signed-off-by: Mark Allen <[email protected]>
1 parent dafc153 commit 950e45d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

test/symbol_name/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
TESTS = nmcheck_prefix
1111

12-
dist_check_SCRIPTS = nmcheck_prefix nmcheck_prefix.pl
12+
# check_SCRIPTS = nmcheck_prefix nmcheck_prefix.pl
13+
EXTRA_DIST = nmcheck_prefix nmcheck_prefix.pl
1314

1415
AM_TESTS_ENVIRONMENT = MYBASE='$(top_builddir)'; OMPI_LIBMPI_NAME=@OMPI_LIBMPI_NAME@; export MYBASE OMPI_LIBMPI_NAME;
1516

test/symbol_name/nmcheck_prefix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@
77
perl -v > /dev/null 2>&1
88
if [ $? -ne 0 ] ; then exit 77 ; fi
99

10+
pwd
11+
echo "$0"
12+
ls -la
13+
env
14+
1015
perl nmcheck_prefix.pl

0 commit comments

Comments
 (0)