]> git.draconx.ca Git - dxcommon.git/commit
test-tap.at: Tweak filename generation.
authorNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 20:49:53 +0000 (15:49 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 20:49:53 +0000 (15:49 -0500)
commitcf78d2aad652d3dd53a76e6651a08194a52afb6e
treedd4f59659657fb1d16368a2941dcccf1befd361a
parent5255b0884bd50f2e96d2cbd5951cb4ef98eece5d
test-tap.at: Tweak filename generation.

When generating the output filenames, use only the last component of the
test program's filename, up to but not including the first period.

This should enable things to work if an absolute or relative path to an
executable is specified, and avoids extending filenames unnecessarily.
snippet/test-tap.at