]> sourceware.org Git - systemtap.git/commitdiff
Correct systemtap.base/regrediag.exp test name
authorWilliam Cohen <wcohen@redhat.com>
Tue, 8 Oct 2024 17:56:40 +0000 (13:56 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Tue, 8 Oct 2024 17:56:40 +0000 (13:56 -0400)
The regrediag.exp was attempting to build a non-existent
regrewarning.stp.  Corrected the test name to "regrediag" to run
regrediag.stp.

testsuite/systemtap.base/regrediag.exp

index 3f7de15764f3f1eda3f6911cf4b972c5ffe41b16..864e5b3d1a00d7757de306cfcef311be020f9c84 100644 (file)
@@ -1,4 +1,4 @@
-set test "regrewarning"
+set test "regrediag"
 
 spawn stap -p2 $srcdir/$subdir/$test.stp
 set msgs 0
This page took 0.027392 seconds and 5 git commands to generate.