mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
define test_pfstream
This commit is contained in:
parent
dbdb77986e
commit
1174fe31f9
@ -22,7 +22,7 @@
|
|||||||
int
|
int
|
||||||
main(int argc, char *argv[]) {
|
main(int argc, char *argv[]) {
|
||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
cerr << "test_pfstream command-line\n";
|
cout << "test_pfstream command-line\n";
|
||||||
return (1);
|
return (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ main(int argc, char *argv[]) {
|
|||||||
cmd += argv[i];
|
cmd += argv[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
cerr << "Executing command:\n" << cmd << "\n";
|
cout << "Executing command:\n" << cmd << "\n";
|
||||||
|
|
||||||
IPipeStream in(cmd);
|
IPipeStream in(cmd);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user