Skip to content

Commit

Permalink
Revise test script
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchino committed Dec 11, 2023
1 parent fc1d177 commit 4c76a52
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 .*;// \\author [user name];'
sed 's;^// \\author '$USER';// \\author [user name];'
}

# Run a test
Expand Down

0 comments on commit 4c76a52

Please sign in to comment.