We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42afd6b commit 8049c2cCopy full SHA for 8049c2c
2 files changed
tests/long/test-find.sh
100644
100755
@@ -5,5 +5,5 @@ PROJ_ROOT="${PROJ_ROOT:-$(git rev-parse --show-toplevel)}"
5
TEST="${PROJ_ROOT}"/tests
6
TRACE=${TRACE:-$1}
7
8
-"${TRACE}" sh -c "find / -name /usr/bin/trace_v3"
+"${TRACE}" sh -c "find /"
9
tests/run-tests.sh
@@ -8,6 +8,7 @@ for test in "${PROJ_ROOT}"/tests/short/test-*.sh
do
${test} 1>"${test}.out" 2>"${test}.err"
10
11
+ echo "Running $(basename $test)"
12
echo "==== STDOUT ===="
13
cat "${test}.out"
14
echo "==== STDERR ===="
@@ -18,6 +19,7 @@ for test in "${PROJ_ROOT}"/tests/long/test-*.sh
18
19
20
21
22
23
24
25
0 commit comments