We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23950ef commit c7cd1cfCopy full SHA for c7cd1cf
tests/test.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-# Time-stamp: <2018-10-07 00:27:00 kmodi>
+# Time-stamp: <2018-10-07 03:11:44 kmodi>
3
4
set -euo pipefail # http://redsymbol.net/articles/unofficial-bash-strict-mode
5
IFS=$'\n\t'
@@ -15,6 +15,7 @@ run_test () {
15
"${bin}" tests/global_tangle/
16
"${bin}" tests/org_tangle_rs/
17
"${bin}" tests/nested_src/
18
+ "${bin}" tests/property_drawer/
19
20
"${bin}" tests/missing_arg_value/missing_arg_value.org || true
21
"${bin}" tests/invalid_arg_no_colon/ || true
0 commit comments