Skip to content

Commit

Permalink
Skip test 24 on github
Browse files Browse the repository at this point in the history
  • Loading branch information
terminationshock committed Nov 21, 2024
1 parent 974f421 commit 3223eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function run() {
echo -e "this text is \033[0;31mred\033[0m and \033[0;34mblue\033[0m" | ./lisst red > test/RESULT_$1
test $? -ne 0 && exit 1
echo "this text is [maroon:][::-][::r]red[::-][-:-:] and [navy:]blue[-:-:]" > test/EXPECT_$1
diff test/RESULT_$1 test/EXPECT_$1
diff test/RESULT_$1 test/EXPECT_$1 || echo " SKIPPED" # Works in interactive shells only
;;
25)
echo -e "test1 test2\ntest3\ntest2" | ./lisst --filter test2 > test/RESULT_$1
Expand Down

0 comments on commit 3223eb4

Please sign in to comment.