summaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-04-16 23:53:22 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-04-17 11:03:40 +0200
commit6fc805d0c1f82363836f1c6199cebdd3c41cbc5b (patch)
tree78252ae0c34285c55d30bbc4684a55b929dc470b /tests/runtests.pl
parent2f78be51ebe8578bce5469924cedf7ac8bc06a85 (diff)
downloadcurl-6fc805d0c1f82363836f1c6199cebdd3c41cbc5b.tar.gz
test972: verify the json output with jsonlintbagder/test-json
Make sure one of the azure jobs has jsonlint installed so that the test runs there. Ref: #6905
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 40315aab4..c2d9289f3 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -3781,7 +3781,7 @@ sub singletest {
$cmd = join(" ", @p);
}
- my @o = `$cmd 2>/dev/null`;
+ my @o = `$cmd 2>log/precheck-$testnum`;
if($o[0]) {
$why = $o[0];
chomp $why;