Skip to content

Commit

Permalink
Revise unit test script
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchino committed Dec 11, 2023
1 parent dccb99c commit fc1d177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/scripts/test-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ remove_path_prefix()
# Remove local author
remove_author()
{
sed "s;\\author $USER;\\author [user name];"
sed 's;^// \\author .*;// \\author [user name];'
}

# Run a test
Expand Down

0 comments on commit fc1d177

Please sign in to comment.