We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70034dc commit 5dcff12Copy full SHA for 5dcff12
tests/test.sh
@@ -10,7 +10,7 @@ cp $MOR_DIR/tests/test.usr .
10
echo 'test' > SESSION.NAME
11
echo `pwd`'/' >> SESSION.NAME
12
13
-$MOR_DIR/bin/gsnaps cyl_rect
+fold_start gsnaps "Get Snapshots"; $MOR_DIR/bin/gsnaps cyl_rect; fold_end gsnaps
14
15
if [ "$IPS" = "L2" ]; then
16
fold_start gops "Get operators"; $MOR_DIR/bin/gops cyl_rect_l2; fold_end gops
@@ -23,7 +23,7 @@ else
23
exit 1
24
fi
25
26
-mkdir ops
+mkdir ops &> /dev/null
27
28
if [ "$TYPE" = "UNIT" ]; then
29
bash $MOR_DIR/tests/unit.sh
tests/unit.sh
@@ -17,4 +17,4 @@ test
17
Z
18
fold_end genmap
19
20
-fold_start logfile Logfile; ./nek5000; fold_end logfile
+./nek5000
0 commit comments