Skip to content

Commit 18dbed1

Browse files
author
Francois Berenger
committed
test_sdf_read.sh: set -x; also call the exe directly
rather than assuming there is a soft link to it
1 parent 9fc5696 commit 18dbed1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test_sdf_read.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22

3-
#set -x # DEBUG
3+
set -x # DEBUG
44

55
# check we parse correctly 10 3D molecules in a .sdf file
66
rm -f data/chembl30_10mols.txt.curr
7-
./sdf_read data/chembl30_10mols.sdf > data/chembl30_10mols.txt.curr
7+
_build/default/src/sdf_read.exe data/chembl30_10mols.sdf \
8+
> data/chembl30_10mols.txt.curr
89
diff data/chembl30_10mols.txt.ref data/chembl30_10mols.txt.curr

0 commit comments

Comments
 (0)