diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-07 00:02:27 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-07 00:02:27 +0300 |
commit | 6747f318f50760d7a3a773e894df3d3ed449e5d7 (patch) | |
tree | c7168afc54b19d5f788d72700892b9d6e1fcba34 /tests/atlocal.in | |
parent | 5f141848b88237959bd01603b427b792828d73ad (diff) | |
download | sciteco-6747f318f50760d7a3a773e894df3d3ed449e5d7.tar.gz |
test suite: fixed failure detection in the commandline-editing test cases
* The program exit code will usually not signal failures since they are caught earlier.
* Therefore, we always have to capture and check stderr.
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r-- | tests/atlocal.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in index 3c533a6..2c76ab0 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -17,6 +17,8 @@ SCITECO_CMDLINE="$SCITECO --no-profile --fake-cmdline" # is used. SCITECOPATH="@abs_top_srcdir@/lib" +GREP="@GREP@" + # Glib debug options G_SLICE=debug-blocks G_ENABLE_DIAGNOSTIC=1 |