Skip to content

Commit 5dcff12

Browse files
committed
add fold around gsnaps and remove fold around logfile
1 parent 70034dc commit 5dcff12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cp $MOR_DIR/tests/test.usr .
1010
echo 'test' > SESSION.NAME
1111
echo `pwd`'/' >> SESSION.NAME
1212

13-
$MOR_DIR/bin/gsnaps cyl_rect
13+
fold_start gsnaps "Get Snapshots"; $MOR_DIR/bin/gsnaps cyl_rect; fold_end gsnaps
1414

1515
if [ "$IPS" = "L2" ]; then
1616
fold_start gops "Get operators"; $MOR_DIR/bin/gops cyl_rect_l2; fold_end gops
@@ -23,7 +23,7 @@ else
2323
exit 1
2424
fi
2525

26-
mkdir ops
26+
mkdir ops &> /dev/null
2727

2828
if [ "$TYPE" = "UNIT" ]; then
2929
bash $MOR_DIR/tests/unit.sh

tests/unit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ test
1717
Z
1818
fold_end genmap
1919

20-
fold_start logfile Logfile; ./nek5000; fold_end logfile
20+
./nek5000

0 commit comments

Comments
 (0)