Archived messages from: gitter.im/red/tests from year: 2020

loziniak
11:09Hi! How can I run regression-test-red.red? When I execute command ./rebol -s quick-test/run-test.r tests/source/units/regression-test-red.red I get:
-=== Red Compiler 0.6.4 ===- 

Compiling /mnt/red-github/tests/source/units/regression-test-red.red ...
...using libRedRT built on 10-Dec-2019/13:23:41+1:00
...compilation time : 142 ms

Target: Linux 

Compiling to native code...
*** Compilation Error: undefined symbol: red/word/duplicate 
*** in file: %/mnt/red-github/tests/source/units/regression-test-red.red 
*** at line: 339 
*** near: [word/duplicate ~script 
    ~args|408: word/duplicate ~args 
    ~qt-run-tests: word/load "qt-run-tests"
]
11:13I want to test my test ;-)
hiiamboris
12:07you can just compile the file or compile the console and run it
12:09or use run-all.r that will compile it and run along with all the test suite
loziniak
12:53So this one looks like a bug in run-test.r?
12:53Should I report it?
hiiamboris
13:23if you wish ;)
endo64
15:07@PeterWAWood ^^