summaryrefslogtreecommitdiffstats
path: root/ci/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/script.sh')
-rwxr-xr-xci/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 0237e644..e6e505ad 100755
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -9,7 +9,7 @@ cargo build --target "$TARGET" --verbose
if [[ $TARGET != arm-unknown-linux-gnueabihf ]] && [[ $TARGET != aarch64-unknown-linux-gnu ]]; then
cargo test --target "$TARGET" --verbose
cargo build --release
- ./tests/test_color_only_output_matches_git_on_full_repo_history
+ ./tests/test_raw_output_matches_git_on_full_repo_history
./tests/test_deprecated_options > /dev/null
cargo run --target "$TARGET" -- < /dev/null